- CacheControlDirective - Enum in org.ballerinalang.net.http.caching
-
Enum for cache control directives.
- CacheControlParser - Class in org.ballerinalang.net.http.caching
-
A simple parser for parsing the Cache-Control header and separating the control directives.
- CacheControlParser() - Constructor for class org.ballerinalang.net.http.caching.CacheControlParser
-
- CacheUtils - Class in org.ballerinalang.net.http.util
-
A utility class for HTTP caching related tasks.
- CacheUtils() - Constructor for class org.ballerinalang.net.http.util.CacheUtils
-
- callback - Variable in class org.ballerinalang.net.http.DataContext
-
- CALLER_ACTIONS - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CancelWebSocketUpgrade - Class in org.ballerinalang.net.http.nativeimpl.connection
-
CancelWebSocketUpgrade
is the action to cancel a WebSocket upgrade.
- CancelWebSocketUpgrade() - Constructor for class org.ballerinalang.net.http.nativeimpl.connection.CancelWebSocketUpgrade
-
- checkAndObserveHttpRequest(Context, HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- checkEntityAvailability(Context, BMap<String, BValue>) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Check the existence of entity.
- checkFunctionValidity(BMap<String, BValue>, HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- checkModifier(String) - Method in class org.ballerinalang.net.uri.parser.Variable
-
- childNodesList - Variable in class org.ballerinalang.net.uri.parser.Node
-
- CIPHERS - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_CONNECTOR_CONFIGS - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_CONNECTOR_FIELD - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_CUSTOM_HEADERS_CONFIG - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_ENDPOINT_CONFIG - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_ENDPOINT_CONFIG_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_ENDPOINT_SERVICE_URI - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_ENDPOINT_URL_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_ACCEPT_ENCODING - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_CHUNKING - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_ENDPOINT_TIMEOUT - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_FORWARDED - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_HTTP_VERSION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_IS_KEEP_ALIVE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_EP_RETRY - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CLIENT_IDLE_TIMOUT_CONFIG - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_READY_ON_CONNECT - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_RESPONSE_FIELD - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_SERVICE_CONFIG - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_SUB_PROTOCOLS_CONFIG - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CLIENT_URL_CONFIG - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- clone() - Method in class org.ballerinalang.net.http.HttpService
-
- Close - Class in org.ballerinalang.net.http.actions.websocketconnector
-
Get
is the GET action implementation of the HTTP Connector.
- Close() - Constructor for class org.ballerinalang.net.http.actions.websocketconnector.Close
-
- closeMessageOutputStream(OutputStream) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- COMPULSORY_PARAM_COUNT - Static variable in class org.ballerinalang.net.http.compiler.ResourceSignatureValidator
-
- concatValues(List<String>, boolean) - Static method in class org.ballerinalang.net.uri.DispatcherUtil
-
- CONNECTION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_HEADER - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_HOST_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_PORT_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_MAX_ACTIVE_CONNECTIONS - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_MAX_ACTIVE_CONNECTIONS_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_MAX_ACTIVE_STREAMS_PER_CONNECTION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_STRUCT_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_STRUCT_REFERENCE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_WAIT_TIME - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CONNECTION_THROTTLING_WAIT_TIME_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- ConnectionAction - Class in org.ballerinalang.net.http.nativeimpl.connection
-
{@link ConnectionAction}
represents a Abstract implementation of Native Ballerina Connection Function.
- ConnectionAction() - Constructor for class org.ballerinalang.net.http.nativeimpl.connection.ConnectionAction
-
- CONNECTOR_IS_READY_FIELD - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- CONNECTOR_STARTED - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- context - Variable in class org.ballerinalang.net.http.DataContext
-
- COOKIE_HEADER - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- CorsHeaderGenerator - Class in org.ballerinalang.net.http
-
CorsHeaderGenerator provides both input and output filter for CORS following http://www.w3.org/TR/cors/.
- CorsHeaderGenerator() - Constructor for class org.ballerinalang.net.http.CorsHeaderGenerator
-
- CorsHeaders - Class in org.ballerinalang.net.http
-
CorsHeaders
This is the cors headers holder.
- CorsHeaders() - Constructor for class org.ballerinalang.net.http.CorsHeaders
-
- CorsPopulator - Class in org.ballerinalang.net.http
-
CorsRegistry cache CORS headers at service/resource level during load time.
- CorsPopulator() - Constructor for class org.ballerinalang.net.http.CorsPopulator
-
- createDataElement() - Method in class org.ballerinalang.net.http.HttpResourceElementFactory
-
- createDataElement() - Method in class org.ballerinalang.net.http.WebSocketDataElementFactory
-
- createDataElement() - Method in interface org.ballerinalang.net.uri.parser.DataElementFactory
-
Creates a data element specified by the user.
- createErrorMessage(String, int) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- createHttpCarbonMessage(boolean) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- CreateHttpClient - Class in org.ballerinalang.net.http.clientendpoint
-
Initialization of client endpoint.
- CreateHttpClient() - Constructor for class org.ballerinalang.net.http.clientendpoint.CreateHttpClient
-
- createHttpPushPromise(BMap<String, BValue>) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Creates native Http2PushPromise
from PushPromise struct.
- createHttpServerConnector(ListenerConfiguration) - Method in class org.ballerinalang.net.http.HttpConnectionManager
-
- createHTTPSession(String) - Method in class org.ballerinalang.net.http.session.SessionManager
-
- createHttpWsConnectionFactory() - Static method in class org.ballerinalang.net.http.HttpUtil
-
- createNewEntity(Context, BMap<String, BValue>) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Set new entity to in/out request/response struct.
- CreateNewEntity - Class in org.ballerinalang.net.http.nativeimpl.request
-
Create a new entity and associate it with the request.
- CreateNewEntity() - Constructor for class org.ballerinalang.net.http.nativeimpl.request.CreateNewEntity
-
- CreateNewEntity - Class in org.ballerinalang.net.http.nativeimpl.response
-
Create a new entity and associate it with the response.
- CreateNewEntity() - Constructor for class org.ballerinalang.net.http.nativeimpl.response.CreateNewEntity
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.AbstractHTTPAction
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Delete
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Execute
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Forward
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Get
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Head
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Options
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Patch
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Post
-
- createOutboundRequestMsg(Context) - Method in class org.ballerinalang.net.http.actions.httpclient.Put
-
- createResponseStruct(Context, HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Creates InResponse using the native HTTPCarbonMessage
.
- CreateSessionIfAbsent - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to create session if session id not exist, otherwise return existing session.
- CreateSessionIfAbsent() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.CreateSessionIfAbsent
-
- createSessionStruct(Context, Session) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- CreateSimpleHttpClient - Class in org.ballerinalang.net.http.clientendpoint
-
Initialization of client endpoint.
- CreateSimpleHttpClient() - Constructor for class org.ballerinalang.net.http.clientendpoint.CreateSimpleHttpClient
-
- generateSessionHeader(HTTPCarbonMessage, boolean) - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- generateSessionHeader(HTTPCarbonMessage, boolean) - Method in interface org.ballerinalang.net.http.session.Session
-
Add header to response message.
- generateSessionId() - Method in class org.ballerinalang.net.http.session.SessionIdGenerator
-
- Get - Class in org.ballerinalang.net.http.actions.httpclient
-
Get
is the GET action implementation of the HTTP Connector.
- Get() - Constructor for class org.ballerinalang.net.http.actions.httpclient.Get
-
- getAcceptEncodingConfig(String) - Static method in class org.ballerinalang.net.http.actions.httpclient.AbstractHTTPAction
-
- getAcceptEncodingConfigFromEndpointConfig(BMap<String, BValue>) - Method in class org.ballerinalang.net.http.actions.httpclient.AbstractHTTPAction
-
- getAllAllowedMethods() - Method in class org.ballerinalang.net.http.HttpService
-
- getAllowCredentials() - Method in class org.ballerinalang.net.http.CorsHeaders
-
- getAllowHeaders() - Method in class org.ballerinalang.net.http.CorsHeaders
-
- getAllowMethods() - Method in class org.ballerinalang.net.http.CorsHeaders
-
- getAllowOrigins() - Method in class org.ballerinalang.net.http.CorsHeaders
-
- getAllResourceMethods(HttpService) - Static method in class org.ballerinalang.net.uri.DispatcherUtil
-
- getAnnotationList(String, String) - Method in class org.ballerinalang.net.http.WebSocketService
-
- GetAttribute - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session attribute.
- GetAttribute() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetAttribute
-
- GetAttributeNames - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session attribute keys.
- GetAttributeNames() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetAttributeNames
-
- getAttributeNames() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getAttributeNames() - Method in interface org.ballerinalang.net.http.session.Session
-
Get attribute name list.
- GetAttributes - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session attribute key value pairs as a map.
- GetAttributes() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetAttributes
-
- getAttributes() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getAttributes() - Method in interface org.ballerinalang.net.http.session.Session
-
Get attribute key value map.
- getAttributeValue(String) - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getAttributeValue(String) - Method in interface org.ballerinalang.net.http.session.Session
-
Retrieve a session attribute value.
- getBallerinaService() - Method in class org.ballerinalang.net.http.HttpService
-
- getBalResource() - Method in class org.ballerinalang.net.http.HttpResource
-
- getBalService() - Method in class org.ballerinalang.net.http.HttpService
-
- getBasePath() - Method in class org.ballerinalang.net.http.HttpService
-
- getBasePath() - Method in class org.ballerinalang.net.http.WebSocketService
-
- GetCallerActions - Class in org.ballerinalang.net.http.serviceendpoint
-
Get the ID of the connection.
- GetCallerActions() - Constructor for class org.ballerinalang.net.http.serviceendpoint.GetCallerActions
-
- getCarbonMsg(BMap<String, BValue>, HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getChunkConfig(String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getCloseStatusCode() - Method in class org.ballerinalang.net.http.WebSocketOpenConnectionInfo
-
- getConfiguration() - Static method in class org.ballerinalang.net.http.util.TransportConfigProvider
-
- getConnectionInfo(String) - Method in class org.ballerinalang.net.http.WebSocketConnectionManager
-
- getConsumes() - Method in class org.ballerinalang.net.http.HttpResource
-
- getContentTypeFromTransportMessage(HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getCorsHeaders() - Method in class org.ballerinalang.net.http.HttpResource
-
- getCorsHeaders() - Method in class org.ballerinalang.net.http.HttpService
-
- GetCreationTime - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session creation time.
- GetCreationTime() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetCreationTime
-
- getCreationTime() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getCreationTime() - Method in interface org.ballerinalang.net.http.session.Session
-
Get session creation time.
- getData(HTTPCarbonMessage, DataReturnAgent<HttpResource>) - Method in class org.ballerinalang.net.http.HttpResourceDataElement
-
- getData(WebSocketMessage, DataReturnAgent<WebSocketService>) - Method in class org.ballerinalang.net.http.WebSocketDataElement
-
- getData(InboundMsgType, DataReturnAgent<DataType>) - Method in interface org.ballerinalang.net.uri.parser.DataElement
-
Get the stored data.
- getData() - Method in class org.ballerinalang.net.uri.parser.DataReturnAgent
-
Get data.
- getDataElement() - Method in class org.ballerinalang.net.uri.parser.Node
-
- getEndpointName() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getEntity(Context, boolean, boolean) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Get the entity from request or response.
- GetEntity - Class in org.ballerinalang.net.http.nativeimpl.request
-
Get the 'Entity' of the inbound request with the body.
- GetEntity() - Constructor for class org.ballerinalang.net.http.nativeimpl.request.GetEntity
-
- GetEntity - Class in org.ballerinalang.net.http.nativeimpl.response
-
Get the 'Entity' of the inbound response.
- GetEntity() - Constructor for class org.ballerinalang.net.http.nativeimpl.response.GetEntity
-
- getEntityBodyAttributeValue() - Method in class org.ballerinalang.net.http.HttpResource
-
- GetEntityWithoutBody - Class in org.ballerinalang.net.http.nativeimpl.request
-
Get the entity without the body of inbound request.
- GetEntityWithoutBody() - Constructor for class org.ballerinalang.net.http.nativeimpl.request.GetEntityWithoutBody
-
- GetEntityWithoutBody - Class in org.ballerinalang.net.http.nativeimpl.response
-
Get the entity without the body of inbound response.
- GetEntityWithoutBody() - Constructor for class org.ballerinalang.net.http.nativeimpl.response.GetEntityWithoutBody
-
- getError(Context, String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Get error struct.
- getError(Context, Throwable) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Get error struct from throwable.
- getError() - Method in class org.ballerinalang.net.uri.parser.DataReturnAgent
-
Get Error.
- getExposeHeaders() - Method in class org.ballerinalang.net.http.CorsHeaders
-
- getForwardedExtensionConfig(String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- GetHeader - Class in org.ballerinalang.net.http.nativeimpl.promise
-
GetHeader
is the ballerina native function to get header value of a Push Promise.
- GetHeader() - Constructor for class org.ballerinalang.net.http.nativeimpl.promise.GetHeader
-
- GetHeaderNames - Class in org.ballerinalang.net.http.nativeimpl.promise
-
GetHeaderNames
is the ballerina native function to get all transport header names in a Push Promise.
- GetHeaderNames() - Constructor for class org.ballerinalang.net.http.nativeimpl.promise.GetHeaderNames
-
- GetHeaders - Class in org.ballerinalang.net.http.nativeimpl.promise
-
GetHeaders
is the ballerina native function to get all header values for a particular header
name in a Push Promise.
- GetHeaders() - Constructor for class org.ballerinalang.net.http.nativeimpl.promise.GetHeaders
-
- getHostName() - Method in class org.ballerinalang.net.http.HttpService
-
- getHttpServicesRegistry(Struct) - Method in class org.ballerinalang.net.http.serviceendpoint.AbstractHttpNativeFunction
-
- getHTTPSession(String) - Method in class org.ballerinalang.net.http.session.SessionManager
-
- GetId - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session id.
- GetId() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetId
-
- getId() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getId() - Method in interface org.ballerinalang.net.http.session.Session
-
Retrieve a session id.
- getIdleTimeoutInSeconds() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getInstance() - Static method in class org.ballerinalang.net.http.HttpConnectionManager
-
- getInstance() - Static method in class org.ballerinalang.net.http.session.SessionManager
-
- getKeepAliveConfig(String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- GetLastAccessedTime - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session last accessed time.
- GetLastAccessedTime() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetLastAccessedTime
-
- getLastAccessedTime() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getLastAccessedTime() - Method in interface org.ballerinalang.net.http.session.Session
-
Get last accessed time.
- getListenerInterface(String, int) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- GetMatrixParams - Class in org.ballerinalang.net.http.nativeimpl.request
-
Get the Query params from HTTP message and return a map.
- GetMatrixParams() - Constructor for class org.ballerinalang.net.http.nativeimpl.request.GetMatrixParams
-
- getMatrixParamsMap(String, HTTPCarbonMessage) - Static method in class org.ballerinalang.net.uri.URIUtil
-
- getMaxAge() - Method in class org.ballerinalang.net.http.CorsHeaders
-
- getMaxFrameSize() - Method in class org.ballerinalang.net.http.WebSocketService
-
- GetMaxInactiveInterval - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session max inactive time interval.
- GetMaxInactiveInterval() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetMaxInactiveInterval
-
- getMaxInactiveInterval() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getMaxInactiveInterval() - Method in interface org.ballerinalang.net.http.session.Session
-
Get max inactive time duration.
- getMessageDataStreamer(HTTPCarbonMessage) - Method in class org.ballerinalang.net.http.nativeimpl.connection.ConnectionAction
-
- getMethods() - Method in class org.ballerinalang.net.http.HttpResource
-
- getName() - Method in class org.ballerinalang.net.http.HttpResource
-
- getName() - Method in class org.ballerinalang.net.http.HttpService
-
- getName() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getName() - Method in class org.ballerinalang.net.uri.parser.Variable
-
- getNegotiableSubProtocols() - Method in class org.ballerinalang.net.http.WebSocketService
-
- GetNextPromise - Class in org.ballerinalang.net.http.actions.httpclient
-
GetNextPromise
action can be used to get the next available push promise message associated with
a previous asynchronous invocation.
- GetNextPromise() - Constructor for class org.ballerinalang.net.http.actions.httpclient.GetNextPromise
-
- getOutboundRequest() - Method in class org.ballerinalang.net.http.DataContext
-
- getPackage() - Method in class org.ballerinalang.net.http.HttpService
-
- getPackage() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getPackageVersion() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getParentService() - Method in class org.ballerinalang.net.http.HttpResource
-
- getPath() - Method in class org.ballerinalang.net.http.HttpResource
-
- getPath() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- getPath() - Method in interface org.ballerinalang.net.http.session.Session
-
Get path of session.
- getPathSegments(String) - Static method in class org.ballerinalang.net.uri.URIUtil
-
- getProduces() - Method in class org.ballerinalang.net.http.HttpResource
-
- getProducesSubTypes() - Method in class org.ballerinalang.net.http.HttpResource
-
- getProgramFile(Resource) - Static method in class org.ballerinalang.net.http.WebSocketUtil
-
- GetPromisedResponse - Class in org.ballerinalang.net.http.actions.httpclient
-
GetPromisedResponse
action can be used to get a push response message associated with a
previous asynchronous invocation.
- GetPromisedResponse() - Constructor for class org.ballerinalang.net.http.actions.httpclient.GetPromisedResponse
-
- getProperty(Context, boolean) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getPushPromise(BMap<String, BValue>, Http2PushPromise) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Gets the Http2PushPromise
represented by the PushPromise struct.
- GetQueryParams - Class in org.ballerinalang.net.http.nativeimpl.request
-
Get the Query params from HTTP message and return a map.
- GetQueryParams() - Constructor for class org.ballerinalang.net.http.nativeimpl.request.GetQueryParams
-
- getRandomBytes(byte[]) - Method in class org.ballerinalang.net.http.session.SessionIdGenerator
-
- getResourceByName(String) - Method in class org.ballerinalang.net.http.WebSocketService
-
- getResourceConfigAnnotation(Resource) - Static method in class org.ballerinalang.net.http.HttpResource
-
- getResourceConfigAnnotation(Resource, String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getResources() - Method in class org.ballerinalang.net.http.HttpService
-
- getResources() - Method in class org.ballerinalang.net.http.WebSocketService
-
- GetResponse - Class in org.ballerinalang.net.http.actions.httpclient
-
GetResponse
action can be used to fetch the response message for a previous asynchronous invocation.
- GetResponse() - Constructor for class org.ballerinalang.net.http.actions.httpclient.GetResponse
-
- getSeparator() - Method in class org.ballerinalang.net.uri.parser.SimpleStringExpression
-
- getServerConnector(Struct) - Method in class org.ballerinalang.net.http.serviceendpoint.AbstractHttpNativeFunction
-
- getService() - Method in class org.ballerinalang.net.http.WebSocketOpenConnectionInfo
-
- getServiceConfigAnnotation(Service, String, String) - Static method in class org.ballerinalang.net.http.HttpService
-
- getServiceConfigAnnotation(Service, String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getServiceConfigStruct(Service, String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getServiceInfo(String) - Method in class org.ballerinalang.net.http.HTTPServicesRegistry
-
Get ServiceInfo instance for given interface and base path.
- getServiceInfo() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getServiceName() - Method in class org.ballerinalang.net.http.HttpResource
-
- getServicesByHost(String) - Method in class org.ballerinalang.net.http.HTTPServicesRegistry
-
Get Services map for given host name.
- getServicesMapHolder(String) - Method in class org.ballerinalang.net.http.HTTPServicesRegistry
-
Get ServicesMapHolder for given host name.
- GetSession - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to get session if valid session id exist.
- GetSession() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.GetSession
-
- getSessionID(String) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- getSignatureParameters(HttpResource, HTTPCarbonMessage, Struct) - Static method in class org.ballerinalang.net.http.HttpDispatcher
-
- getSignatureParams() - Method in class org.ballerinalang.net.http.HttpResource
-
- getSortedServiceURIsByHost(String) - Method in class org.ballerinalang.net.http.HTTPServicesRegistry
-
Get sortedServiceURIs list for given host name.
- getStruct() - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- getStruct() - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- getSubPath(String, String) - Static method in class org.ballerinalang.net.uri.URIUtil
-
- getTransportConfig() - Method in class org.ballerinalang.net.http.HttpConnectionManager
-
- getUpgradeResource() - Method in class org.ballerinalang.net.http.WebSocketService
-
- getUpgradeToWebSocketResources() - Method in class org.ballerinalang.net.http.HttpService
-
- getUriTemplate() - Method in class org.ballerinalang.net.http.HttpService
-
- getUriTemplate() - Method in class org.ballerinalang.net.http.WebSocketServicesRegistry
-
- getValueList(AnnAttrValue, List<String>) - Static method in class org.ballerinalang.net.uri.DispatcherUtil
-
- getWebSocketClientConnector(WebSocketClientConnectorConfig) - Method in class org.ballerinalang.net.http.HttpConnectionManager
-
- getWebSocketConnection() - Method in class org.ballerinalang.net.http.WebSocketOpenConnectionInfo
-
- getWebSocketEndpoint() - Method in class org.ballerinalang.net.http.WebSocketOpenConnectionInfo
-
- getWebSocketServicesRegistry(Struct) - Method in class org.ballerinalang.net.http.serviceendpoint.AbstractHttpNativeFunction
-
- handleAcceptEncodingHeader(HTTPCarbonMessage, AcceptEncodingConfig) - Method in class org.ballerinalang.net.http.actions.httpclient.AbstractHTTPAction
-
- handleFailure(HTTPCarbonMessage, BallerinaConnectorException) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- handleFailure(HTTPCarbonMessage, BMap<String, BValue>) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- handleHandshake(WebSocketService, WebSocketConnectionManager, HttpHeaders, WebSocketInitMessage, Context, CallableUnitCallback) - Static method in class org.ballerinalang.net.http.WebSocketUtil
-
- handleWebSocketCallback(Context, CallableUnitCallback, ChannelFuture) - Static method in class org.ballerinalang.net.http.WebSocketUtil
-
- hasData() - Method in class org.ballerinalang.net.http.HttpResourceDataElement
-
- hasData() - Method in class org.ballerinalang.net.http.WebSocketDataElement
-
- hasData() - Method in interface org.ballerinalang.net.uri.parser.DataElement
-
Check data availability.
- HasHeader - Class in org.ballerinalang.net.http.nativeimpl.promise
-
HasHeader
is the ballerina native function to check whether the requested header exists in a Push Promise.
- HasHeader() - Constructor for class org.ballerinalang.net.http.nativeimpl.promise.HasHeader
-
- HasPromise - Class in org.ballerinalang.net.http.actions.httpclient
-
HasPromise
action can be used to check whether a push promise is available.
- HasPromise() - Constructor for class org.ballerinalang.net.http.actions.httpclient.HasPromise
-
- Head - Class in org.ballerinalang.net.http.actions.httpclient
-
Head
is the HEAD action implementation of the HTTP Connector.
- Head() - Constructor for class org.ballerinalang.net.http.actions.httpclient.Head
-
- HEADER_VAL_100_CONTINUE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HEADER_VAL_CONNECTION_CLOSE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HEADER_VAL_CONNECTION_KEEP_ALIVE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HEADER_X_REGISTER_AT_URL - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HEADER_X_XID - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_BAD_REQUEST - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_CLIENT_EXCEPTION_CATEGORY - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_CONNECTOR_CONFIG_FIELD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_DEFAULT_HOST - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_FUTURE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_MESSAGE_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_DELETE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_GET - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_HEAD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_OPTIONS - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_PATCH - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_POST - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_METHOD_PUT - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_ONLY - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_PACKAGE_PATH - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_REASON_PHRASE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_REQUEST_FILTER_FUNCTION_NAME - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_REQUEST_METHOD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_RESOURCE - Static variable in class org.ballerinalang.net.http.BallerinaHTTPConnectorListener
-
- HTTP_SERVER_CONNECTOR - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_SERVICE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_SERVICE_ENDPOINT_NAME - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_SERVICE_REGISTRY - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_SERVICE_TYPE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_SESSION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_STATUS_CODE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_TIMEOUT_ERROR - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_TRANSPORT_CONF - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HTTP_VERSION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- HttpCallableUnitCallback - Class in org.ballerinalang.net.http
-
HttpCallableUnitCallback
is the responsible for acting on notifications received from Ballerina side.
- HttpCallableUnitCallback(HTTPCarbonMessage) - Constructor for class org.ballerinalang.net.http.HttpCallableUnitCallback
-
- HttpConnectionManager - Class in org.ballerinalang.net.http
-
HttpConnectionManager
is responsible for managing all the server connectors with ballerina runtime.
- HttpConnectorPortBindingListener - Class in org.ballerinalang.net.http
-
An implementation of the LifeCycleEventListener.
- HttpConnectorPortBindingListener() - Constructor for class org.ballerinalang.net.http.HttpConnectorPortBindingListener
-
- HttpConstants - Class in org.ballerinalang.net.http
-
Constants for HTTP.
- HttpConstants() - Constructor for class org.ballerinalang.net.http.HttpConstants
-
- HttpDispatcher - Class in org.ballerinalang.net.http
-
HttpDispatcher
is responsible for dispatching incoming http requests to the correct resource.
- HttpDispatcher() - Constructor for class org.ballerinalang.net.http.HttpDispatcher
-
- HttpResource - Class in org.ballerinalang.net.http
-
HttpResource
This is the http wrapper for the Resource
implementation.
- HttpResource(Resource, HttpService) - Constructor for class org.ballerinalang.net.http.HttpResource
-
- HttpResourceDataElement - Class in org.ballerinalang.net.http
-
Http Node Item for URI template tree.
- HttpResourceDataElement() - Constructor for class org.ballerinalang.net.http.HttpResourceDataElement
-
- HttpResourceDispatcher - Class in org.ballerinalang.net.http
-
Resource level dispatchers handler for HTTP protocol.
- HttpResourceDispatcher() - Constructor for class org.ballerinalang.net.http.HttpResourceDispatcher
-
- HttpResourceElementFactory - Class in org.ballerinalang.net.http
-
- HttpResourceElementFactory() - Constructor for class org.ballerinalang.net.http.HttpResourceElementFactory
-
- HttpService - Class in org.ballerinalang.net.http
-
HttpService
This is the http wrapper for the Service
implementation.
- HttpService(Service) - Constructor for class org.ballerinalang.net.http.HttpService
-
- HttpServiceCompilerPlugin - Class in org.ballerinalang.net.http.compiler
-
Compiler plugin for validating HTTP service.
- HttpServiceCompilerPlugin() - Constructor for class org.ballerinalang.net.http.compiler.HttpServiceCompilerPlugin
-
- HTTPServicesRegistry - Class in org.ballerinalang.net.http
-
This services registry holds all the services of HTTP + WebSocket.
- HTTPServicesRegistry(WebSocketServicesRegistry) - Constructor for class org.ballerinalang.net.http.HTTPServicesRegistry
-
- HTTPServicesRegistry.ServicesMapHolder - Class in org.ballerinalang.net.http
-
Holds both serviceByBasePath map and sorted Service basePath list.
- HTTPSession - Class in org.ballerinalang.net.http.session
-
HTTPSession represents the Java session object.
- HTTPSession(String, int, String) - Constructor for class org.ballerinalang.net.http.session.HTTPSession
-
- HttpUtil - Class in org.ballerinalang.net.http
-
Utility class providing utility methods.
- HttpUtil() - Constructor for class org.ballerinalang.net.http.HttpUtil
-
- SECURE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- sendOutboundResponse(HTTPCarbonMessage, HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- sendOutboundResponseRobust(DataContext, HTTPCarbonMessage, BMap<String, BValue>, HTTPCarbonMessage) - Method in class org.ballerinalang.net.http.nativeimpl.connection.ConnectionAction
-
- serializeMsgDataSource(MessageDataSource, BMap<String, BValue>, OutputStream) - Method in class org.ballerinalang.net.http.nativeimpl.connection.ConnectionAction
-
- serverConnectionStructCheck(HTTPCarbonMessage) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- SERVICE_ENDPOINT - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SERVICE_ENDPOINT_CONFIG - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SERVICE_ENDPOINT_CONFIG_FIELD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SERVICE_ENDPOINT_CONNECTION_FIELD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SERVICE_ENDPOINT_NAME_INDEX - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SERVICE_ENDPOINT_PROTOCOL_FIELD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- servicesByBasePath - Variable in class org.ballerinalang.net.http.HTTPServicesRegistry
-
- servicesMapByHost - Variable in class org.ballerinalang.net.http.HTTPServicesRegistry
-
- ServicesMapHolder(Map<String, HttpService>, List<String>) - Constructor for class org.ballerinalang.net.http.HTTPServicesRegistry.ServicesMapHolder
-
- SESSION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- Session - Interface in org.ballerinalang.net.http.session
-
Session
represents the session interface.
- SESSION_ID - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SessionIdGenerator - Class in org.ballerinalang.net.http.session
-
SessionIdGenerator util class.
- SessionIdGenerator() - Constructor for class org.ballerinalang.net.http.session.SessionIdGenerator
-
- SessionManager - Class in org.ballerinalang.net.http.session
-
SessionManager to manage all transport sessions.
- setAccessed() - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- setAccessed() - Method in interface org.ballerinalang.net.http.session.Session
-
Update lastaccesed time and return Session.
- setAllAllowedMethods(List<String>) - Method in class org.ballerinalang.net.http.HttpService
-
- setAllowCredentials(int) - Method in class org.ballerinalang.net.http.CorsHeaders
-
- setAllowHeaders(List<String>) - Method in class org.ballerinalang.net.http.CorsHeaders
-
- setAllowMethods(List<String>) - Method in class org.ballerinalang.net.http.CorsHeaders
-
- setAllowOrigins(List<String>) - Method in class org.ballerinalang.net.http.CorsHeaders
-
- SetAttribute - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to set session attributes to the message.
- SetAttribute() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.SetAttribute
-
- setAttribute(String, BValue) - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- setAttribute(String, BValue) - Method in interface org.ballerinalang.net.http.session.Session
-
Add attribute key and value to session attribute map.
- setBasePath(String) - Method in class org.ballerinalang.net.http.HttpService
-
- setCloseStatusCode(int) - Method in class org.ballerinalang.net.http.WebSocketOpenConnectionInfo
-
- setCompression(String) - Method in class org.ballerinalang.net.http.HttpService
-
- setConnectionInfo(WebSocketOpenConnectionInfo) - Method in class org.ballerinalang.net.http.WebSocketClientConnectorListener
-
- setConsumes(List<String>) - Method in class org.ballerinalang.net.http.HttpResource
-
- setCorsHeaders(CorsHeaders) - Method in class org.ballerinalang.net.http.HttpResource
-
- setCorsHeaders(CorsHeaders) - Method in class org.ballerinalang.net.http.HttpService
-
- setData(HttpResource) - Method in class org.ballerinalang.net.http.HttpResourceDataElement
-
- setData(WebSocketService) - Method in class org.ballerinalang.net.http.WebSocketDataElement
-
- setData(DataType) - Method in interface org.ballerinalang.net.uri.parser.DataElement
-
Set the node item.
- setData(DataType) - Method in class org.ballerinalang.net.uri.parser.DataReturnAgent
-
Set data.
- setDefaultTrustStore(SslConfiguration) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- setEntity(Context, boolean) - Static method in class org.ballerinalang.net.http.HttpUtil
-
Set the given entity to request or response message.
- SetEntity - Class in org.ballerinalang.net.http.nativeimpl.request
-
Set the entity of the inbound request.
- SetEntity() - Constructor for class org.ballerinalang.net.http.nativeimpl.request.SetEntity
-
- SetEntity - Class in org.ballerinalang.net.http.nativeimpl.response
-
Set the entity of the inbound response.
- SetEntity() - Constructor for class org.ballerinalang.net.http.nativeimpl.response.SetEntity
-
- setEntityBodyAttributeValue(String) - Method in class org.ballerinalang.net.http.HttpResource
-
- setError(BallerinaException) - Method in class org.ballerinalang.net.uri.parser.DataReturnAgent
-
Set Error.
- setExposeHeaders(List<String>) - Method in class org.ballerinalang.net.http.CorsHeaders
-
- SetHeader - Class in org.ballerinalang.net.http.nativeimpl.promise
-
SetHeader
is the ballerina native function to set a header of a Push Promise.
- SetHeader() - Constructor for class org.ballerinalang.net.http.nativeimpl.promise.SetHeader
-
- setHostName(String) - Method in class org.ballerinalang.net.http.HttpService
-
- setKeepAlive(boolean) - Method in class org.ballerinalang.net.http.HttpService
-
- setManager(SessionManager) - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- setMaxAge(long) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setMaxAge(long) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setMaxAge(long) - Method in class org.ballerinalang.net.http.CorsHeaders
-
- SetMaxInactiveInterval - Class in org.ballerinalang.net.http.nativeimpl.session
-
Native function to set session max inactive interval.
- SetMaxInactiveInterval() - Constructor for class org.ballerinalang.net.http.nativeimpl.session.SetMaxInactiveInterval
-
- setMaxInactiveInterval(int) - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- setMaxInactiveInterval(int) - Method in interface org.ballerinalang.net.http.session.Session
-
Set max inactive time duration.
- setMaxStale(long) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setMethods(List<String>) - Method in class org.ballerinalang.net.http.HttpResource
-
- setMinFresh(long) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setMustRevalidate(boolean) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setNew(boolean) - Method in class org.ballerinalang.net.http.session.HTTPSession
-
- setNew(boolean) - Method in interface org.ballerinalang.net.http.session.Session
-
Update session stage whether new or already used.
- setNoCache(boolean) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setNoCache(boolean) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setNoCache(boolean, String[]) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setNoStore(boolean) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setNoStore(boolean) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setNoTransform(boolean) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setNoTransform(boolean) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setOnlyIfCached(boolean) - Method in class org.ballerinalang.net.http.caching.RequestCacheControlStruct
-
- setPath(String) - Method in class org.ballerinalang.net.http.HttpResource
-
- setPathParams(BValue[], List<ParamDetail>, Map<String, String>, int) - Static method in class org.ballerinalang.net.http.WebSocketDispatcher
-
- setPrivate(boolean) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setPrivate(boolean, String[]) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setProduces(List<String>) - Method in class org.ballerinalang.net.http.HttpResource
-
- setProducesSubTypes(List<String>) - Method in class org.ballerinalang.net.http.HttpResource
-
- setProperty(Context, boolean) - Static method in class org.ballerinalang.net.http.HttpUtil
-
- setProxyRevalidate(boolean) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setResources(List<HttpResource>) - Method in class org.ballerinalang.net.http.HttpService
-
- setResponseConnectorListener(DataContext, HttpResponseFuture) - Method in class org.ballerinalang.net.http.nativeimpl.connection.ConnectionAction
-
- setSessionIdLength(int) - Method in class org.ballerinalang.net.http.session.SessionIdGenerator
-
Node identifier when in a cluster.
- setSMaxAge(long) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setStruct(BMap<String, BValue>) - Method in class org.ballerinalang.net.http.caching.ResponseCacheControlStruct
-
- setTransactionInfectable(boolean) - Method in class org.ballerinalang.net.http.HttpResource
-
- setUpgradeToWebSocketResources(List<HttpResource>) - Method in class org.ballerinalang.net.http.HttpService
-
- setVariables(String, Map<String, String>) - Method in class org.ballerinalang.net.uri.parser.SimpleStringExpression
-
- shouldDiffer(HttpResource) - Static method in class org.ballerinalang.net.http.HttpDispatcher
-
- SignatureParams - Class in org.ballerinalang.net.http
-
This class holds the resource signature parameters.
- SimpleStringExpression<DataType,InboundMsgType> - Class in org.ballerinalang.net.uri.parser
-
SimpleStringExpression represents path segments that have single path param.
- SimpleStringExpression(DataElement<DataType, InboundMsgType>, String) - Constructor for class org.ballerinalang.net.uri.parser.SimpleStringExpression
-
- sortedServiceURIs - Variable in class org.ballerinalang.net.http.HTTPServicesRegistry
-
- SRC_HANDLER - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_CONFIG_CACHE_SIZE - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_CONFIG_CACHE_VALIDITY_PERIOD - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_CONFIG_CIPHERS - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_CONFIG_ENABLE_SESSION_CREATION - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_CONFIG_HOST_NAME_VERIFICATION_ENABLED - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_CONFIG_SSL_VERIFY_CLIENT - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SSL_ENABLED_PROTOCOLS - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- StandardNativeElementProvider - Class in org.ballerinalang.stdlib.http.generated.providers
-
- StandardNativeElementProvider() - Constructor for class org.ballerinalang.stdlib.http.generated.providers.StandardNativeElementProvider
-
- Start - Class in org.ballerinalang.net.http.serviceendpoint
-
Get the ID of the connection.
- Start() - Constructor for class org.ballerinalang.net.http.serviceendpoint.Start
-
- STATUS_CODE_ABNORMAL_CLOSURE - Static variable in class org.ballerinalang.net.http.WebSocketConstants
-
- Stop - Class in org.ballerinalang.net.http.serviceendpoint
-
Get the ID of the connection.
- Stop() - Constructor for class org.ballerinalang.net.http.serviceendpoint.Stop
-
- stop() - Method in class org.ballerinalang.net.http.session.SessionManager
-
Stop ScheduledExecutorService.
- STRUCT_GENERIC_ERROR - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- SUB_PATH - Static variable in class org.ballerinalang.net.http.HttpConstants
-
- Submit - Class in org.ballerinalang.net.http.actions.httpclient
-
Submit
action can be used to invoke a http call with any httpVerb in asynchronous manner.
- Submit() - Constructor for class org.ballerinalang.net.http.actions.httpclient.Submit
-