Skip navigation links
A B C D E F G H I L M N O P R S T W 

A

abort() - Method in interface com.mulesoft.service.http.impl.service.ws.FragmentHandler
Clients MUST invoke this method if any exceptional situation will cause the multi fragment message to never complete, meaning that the last fragment will never arrive.
addGroup(String) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
addGroup(String) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
addHandler(WebSocketHandler) - Method in class com.mulesoft.service.http.impl.service.client.ws.WebSocketHandlerRegistry
 
addWebSocketHandler(WebSocketHandler) - Method in class com.mulesoft.service.http.impl.service.server.EEGrizzlyHttpServer
 
asVoid(CompletableFuture<T>) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
Returns a void CompletableFuture that completes when the input future does.
asVoid(CompletableFuture<T>, Function<Throwable, Throwable>) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
Returns a void CompletableFuture that completes when the input future does.
asVoid(GrizzlyFuture<T>) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
Returns a void CompletableFuture that completes when the input future does.
asVoid(GrizzlyFuture<T>, Function<Throwable, Throwable>) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
Returns a void CompletableFuture that completes when the input future does.

B

broadcast(Collection<WebSocket>, TypedValue<InputStream>, BiConsumer<WebSocket, Throwable>) - Method in class com.mulesoft.service.http.impl.service.ws.GrizzlyWebSocketBroadcaster
 
broadcast(Collection<WebSocket>, TypedValue<InputStream>, BiConsumer<WebSocket, Throwable>, RetryPolicyTemplate, Scheduler) - Method in class com.mulesoft.service.http.impl.service.ws.GrizzlyWebSocketBroadcaster
 
buildProxy(ProxyConfig) - Method in class com.mulesoft.service.http.impl.service.client.builder.ProxyNameResolvingRequestBuilder
 

C

close(int, String) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
close(WebSocketCloseCode, String) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
close(WebSocketCloseCode, String) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
close() - Method in class com.mulesoft.service.http.impl.service.ws.ManagedPipedInputStream
 
com.mulesoft.service.http.impl.provider - package com.mulesoft.service.http.impl.provider
 
com.mulesoft.service.http.impl.service - package com.mulesoft.service.http.impl.service
 
com.mulesoft.service.http.impl.service.client - package com.mulesoft.service.http.impl.service.client
 
com.mulesoft.service.http.impl.service.client.builder - package com.mulesoft.service.http.impl.service.client.builder
 
com.mulesoft.service.http.impl.service.client.ws - package com.mulesoft.service.http.impl.service.client.ws
 
com.mulesoft.service.http.impl.service.client.ws.reconnect - package com.mulesoft.service.http.impl.service.client.ws.reconnect
 
com.mulesoft.service.http.impl.service.server - package com.mulesoft.service.http.impl.service.server
 
com.mulesoft.service.http.impl.service.ws - package com.mulesoft.service.http.impl.service.ws
 
complete() - Method in interface com.mulesoft.service.http.impl.service.ws.FragmentHandler
Clients MUST invoke this method once the last fragment of a message has been received.
create(HttpClientConfiguration, SchedulerConfig) - Method in class com.mulesoft.service.http.impl.service.client.EEHttpClientConnectionManager
 
create(String) - Method in interface com.mulesoft.service.http.impl.service.HostNameResolver.AddressesRingFactory
Builds the actual host name resolver.
createClientConnectionManager() - Method in class com.mulesoft.service.http.impl.service.EEHttpServiceImplementation
 
createListenerConnectionManager(SchedulerService) - Method in class com.mulesoft.service.http.impl.service.EEHttpServiceImplementation
 
createManagedServer(Supplier<Scheduler>, ServerAddress, ServerIdentifier, Supplier<Long>) - Method in class com.mulesoft.service.http.impl.service.server.EEGrizzlyServerManager
 
createRequestBuilder(HttpRequest, HttpRequestOptions, GrizzlyHttpClient.RequestConfigurer) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
createServerManager() - Method in class com.mulesoft.service.http.impl.service.server.EEHttpListenerConnectionManager
 
createSocket(ProtocolHandler, HttpRequestPacket, WebSocketListener...) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 

D

DataFrameEmitter - Interface in com.mulesoft.service.http.impl.service.ws
Abstraction to send data frames hiding the complexities of the underlying transport
DEFAULT_DATA_FRAME_SIZE - Static variable in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
 
DefaultWebSocketMessage - Class in com.mulesoft.service.http.impl.service.client.ws
Default implementation of WebSocketMessage
DefaultWebSocketMessage(WebSocket, TypedValue<InputStream>, WebSocketRequest) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.DefaultWebSocketMessage
 
DirectNameResolvingRequestBuilder - Class in com.mulesoft.service.http.impl.service.client.builder
Handles the replacement of the address in the request url with a resolved ip address.
DirectNameResolvingRequestBuilder(HttpRequest, HostNameResolver) - Constructor for class com.mulesoft.service.http.impl.service.client.builder.DirectNameResolvingRequestBuilder
 
dispose() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
doConfigureProxy(AsyncHttpClientConfig.Builder, ProxyConfig) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 

E

EEGrizzlyHttpClient - Class in com.mulesoft.service.http.impl.service.client
Adds host name resolution and retry on network errors on each resolved address functionality to the base GrizzlyHttpClient.
EEGrizzlyHttpClient(HttpClientConfiguration, SchedulerService, SchedulerConfig, HostNameResolver) - Constructor for class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
EEGrizzlyHttpServer - Class in com.mulesoft.service.http.impl.service.server
EE implementation of GrizzlyHttpServer
EEGrizzlyHttpServer(ServerAddress, TCPNIOTransport, HttpListenerRegistry, Supplier<Scheduler>, Runnable, GrizzlyAddressFilter<SSLFilter>, GrizzlyAddressDelegateFilter<WebSocketFilter>, Supplier<Long>) - Constructor for class com.mulesoft.service.http.impl.service.server.EEGrizzlyHttpServer
 
EEGrizzlyServerManager - Class in com.mulesoft.service.http.impl.service.server
EE implementation of GrizzlyServerManager
EEGrizzlyServerManager(ExecutorService, ExecutorService, ExecutorService, HttpListenerRegistry, TcpServerSocketProperties, int) - Constructor for class com.mulesoft.service.http.impl.service.server.EEGrizzlyServerManager
 
EEHttpClientConnectionManager - Class in com.mulesoft.service.http.impl.service.client
EE version of HttpClientConnectionManager which creates instances of EEGrizzlyHttpClient
EEHttpClientConnectionManager(SchedulerService) - Constructor for class com.mulesoft.service.http.impl.service.client.EEHttpClientConnectionManager
 
EEHttpListenerConnectionManager - Class in com.mulesoft.service.http.impl.service.server
EE implementation of HttpListenerConnectionManager
EEHttpListenerConnectionManager(SchedulerService, SchedulerConfig) - Constructor for class com.mulesoft.service.http.impl.service.server.EEHttpListenerConnectionManager
 
EEHttpServiceImplementation - Class in com.mulesoft.service.http.impl.service
Implementation of HttpService that uses Grizzly to create HttpServers and its Async HTTP Client provider to create HttpClients, including a HostNameResolver to resolve host names.
EEHttpServiceImplementation(SchedulerService) - Constructor for class com.mulesoft.service.http.impl.service.EEHttpServiceImplementation
 
EEHttpServiceProvider - Class in com.mulesoft.service.http.impl.provider
 
EEHttpServiceProvider() - Constructor for class com.mulesoft.service.http.impl.provider.EEHttpServiceProvider
 
equals(Object) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
equals(Object) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 

F

failedFuture(Throwable) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
Returns a CompletableFuture immediately and exceptionally completed with the given t
FragmentHandler - Interface in com.mulesoft.service.http.impl.service.ws
Allows to channel the information of a multi fragment Web Socket message into an InputStream.
FragmentHandlerProvider - Interface in com.mulesoft.service.http.impl.service.ws
Provides instances of FragmentHandler.

G

getAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.DirectNameResolvingRequestBuilder
 
getAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
getAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.NoNameResolvingRequestHandler
 
getAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.ProxyNameResolvingRequestBuilder
 
getAddresses(String) - Method in class com.mulesoft.service.http.impl.service.HostNameResolver
Calls to this method are thread safe.
getAddressesRingFactory() - Method in class com.mulesoft.service.http.impl.service.HostNameResolver
 
getBaseProtocol() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getClientConnection() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getContent() - Method in class com.mulesoft.service.http.impl.service.client.ws.DefaultWebSocketMessage
 
getContentType() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getDomainNameResolver() - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
getEntity() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getFragmentHandler(Consumer<FragmentHandler>) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getFragmentHandler(Consumer<FragmentHandler>) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
getFragmentHandler(Consumer<FragmentHandler>) - Method in interface com.mulesoft.service.http.impl.service.ws.FragmentHandlerProvider
Provides instances of FragmentHandler.
getFragmentHandler(Consumer<FragmentHandler>) - Method in class com.mulesoft.service.http.impl.service.ws.PipedFragmentHandlerProvider
 
getGroups() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getGroups() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
getHost() - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
getHttpVersion() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getId() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getId() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
getInputStream() - Method in interface com.mulesoft.service.http.impl.service.ws.FragmentHandler
 
getIpAddresses() - Method in class com.mulesoft.service.http.impl.service.HostNameIpsRing
Calls to this method are thread safe.
getName() - Method in class com.mulesoft.service.http.impl.service.EEHttpServiceImplementation
 
getProtocol() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getProtocol() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
getRequest() - Method in class com.mulesoft.service.http.impl.service.client.ws.DefaultWebSocketMessage
 
getRequest() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getRequestBuildersSize() - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
getRequestUri() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getResource() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getRotateAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.DirectNameResolvingRequestBuilder
 
getRotateAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
getRotateAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.NoNameResolvingRequestHandler
 
getRotateAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.ProxyNameResolvingRequestBuilder
 
getRotatedAddresses(String) - Method in class com.mulesoft.service.http.impl.service.HostNameResolver
Calls to this method are thread safe.
getRotatedIpAddresses() - Method in class com.mulesoft.service.http.impl.service.HostNameIpsRing
Calls to this method are thread safe.
getScheme() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getServerConnection() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
getServiceDefinition() - Method in class com.mulesoft.service.http.impl.provider.EEHttpServiceProvider
 
getSocket() - Method in class com.mulesoft.service.http.impl.service.client.ws.DefaultWebSocketMessage
 
getType() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getType() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
getUri() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
getUri() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
GrizzlyInboundWebSocketRequest - Class in com.mulesoft.service.http.impl.service.client.ws
Grizzly based implementation of WebSocketRequest
GrizzlyInboundWebSocketRequest(HttpRequestPacket) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.GrizzlyInboundWebSocketRequest
 
GrizzlyWebSocketBroadcaster - Class in com.mulesoft.service.http.impl.service.ws
WebSocketBroadcaster based on Grizzly
GrizzlyWebSocketBroadcaster() - Constructor for class com.mulesoft.service.http.impl.service.ws.GrizzlyWebSocketBroadcaster
 
GrizzlyWebSocketHandlerManager - Class in com.mulesoft.service.http.impl.service.client.ws
Grizzly based implementation of WebSocketHandlerManager
GrizzlyWebSocketHandlerManager(WebSocketHandler) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 

H

hashCode() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
hashCode() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
hasMoreAddressesToRetry(HttpRequest) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
hasNextResolvedAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
HostNameIpsRing - Class in com.mulesoft.service.http.impl.service
Object that provides resolved addresses for the host name it is built with.
HostNameIpsRing(String) - Constructor for class com.mulesoft.service.http.impl.service.HostNameIpsRing
Builds the resolver for the given hostName.
hostNameResolver - Static variable in class com.mulesoft.service.http.impl.service.client.EEHttpClientConnectionManager
 
HostNameResolver - Class in com.mulesoft.service.http.impl.service
Dispatcher for the host name resolution.
HostNameResolver() - Constructor for class com.mulesoft.service.http.impl.service.HostNameResolver
Builds a resolver with the default (ring) address factory.
HostNameResolver(HostNameResolver.AddressesRingFactory) - Constructor for class com.mulesoft.service.http.impl.service.HostNameResolver
Builds a resolver with the given address factory.
HostNameResolver.AddressesRingFactory - Interface in com.mulesoft.service.http.impl.service
Factory for the actual host name resolver.

I

InboundWebSocket - Class in com.mulesoft.service.http.impl.service.client.ws
Grizzly based implementation for an INBOUND WebSocket.
InboundWebSocket(String, WebSocketHandler, WebSocketRequest, ProtocolHandler, HttpRequestPacket, WebSocketListener...) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
initAddressesIterator(NameResolvingRequestBuilder.IpListFactory) - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
isClosed() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
isClosed() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
isConnected() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
isOpen() - Method in class com.mulesoft.service.http.impl.service.ws.ManagedPipedInputStream
 

L

logAddressesDepleted(HttpRequest) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
logAddressRetrying(HttpRequest, Throwable) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 

M

ManagedPipedInputStream - Class in com.mulesoft.service.http.impl.service.ws
A PipedInputStream that is aware about its status
ManagedPipedInputStream() - Constructor for class com.mulesoft.service.http.impl.service.ws.ManagedPipedInputStream
 
mapWsException(Throwable, WebSocket) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
Maps Grizzly Throwable instances to Mule ones as defined in the Http Service API.

N

NameResolvingRequestBuilder - Class in com.mulesoft.service.http.impl.service.client.builder
Specialization of RequestBuilder that handles the replacement of host names with a resolved ip address.
NameResolvingRequestBuilder(HttpRequest, HostNameResolver) - Constructor for class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
newWebSocketBroadcaster() - Method in class com.mulesoft.service.http.impl.service.EEHttpServiceImplementation
 
nextResolvedAddresses() - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
NoNameResolvingRequestHandler - Class in com.mulesoft.service.http.impl.service.client.builder
Avoids any hostname resolution.
NoNameResolvingRequestHandler(HttpRequest, HostNameResolver) - Constructor for class com.mulesoft.service.http.impl.service.client.builder.NoNameResolvingRequestHandler
 

O

onClose(WebSocket, DataFrame) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
onClose(WebSocket, int, String) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
onClose(WebSocket) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
onCompleteRedirect(HttpRequest) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
onConnect(WebSocket) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
onError(Throwable) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
onFragment(WebSocket, byte[], boolean) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
onFragment(WebSocket, String, boolean) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
onFragment(HttpResponseBodyPart) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
onMessage(WebSocket, String) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
onMessage(WebSocket, byte[]) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
onMessage(byte[]) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
onMessage(String) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
onOpen(WebSocket) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
openWebSocket(HttpRequest, HttpRequestOptions, String, WebSocketCallback) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
OutboundWebSocket - Class in com.mulesoft.service.http.impl.service.client.ws
Grizzly based implementation of an OUTBOUND WebSocket.
OutboundWebSocket(String, URI, WebSocketProtocol, GrizzlyWebSocketAdapter, OutboundWebSocketReconnectionHandler) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
OutboundWebSocketListener - Class in com.mulesoft.service.http.impl.service.client.ws
AHC adapter for a WebSocketCallback
OutboundWebSocketListener(String, WebSocketCallback) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
OutboundWebSocketReconnectionHandler - Class in com.mulesoft.service.http.impl.service.client.ws.reconnect
Reconnects a WebSocket by replaying an original HttpRequest.
OutboundWebSocketReconnectionHandler(HttpClient, HttpRequest, HttpRequestOptions, String, WebSocketCallback) - Constructor for class com.mulesoft.service.http.impl.service.client.ws.reconnect.OutboundWebSocketReconnectionHandler
Creates a new instance.

P

PipedFragmentHandlerProvider - Class in com.mulesoft.service.http.impl.service.ws
A FragmentHandlerProvider which returns instances of PipedFragmentHandler.
PipedFragmentHandlerProvider(String) - Constructor for class com.mulesoft.service.http.impl.service.ws.PipedFragmentHandlerProvider
 
ProxyNameResolvingRequestBuilder - Class in com.mulesoft.service.http.impl.service.client.builder
Handles the replacement of the address in the proxy configuration with a resolved ip address, leaving the request url as is.
ProxyNameResolvingRequestBuilder(HttpRequest, HostNameResolver, ProxyConfig) - Constructor for class com.mulesoft.service.http.impl.service.client.builder.ProxyNameResolvingRequestBuilder
 

R

reconnect(RetryPolicyTemplate, Scheduler) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
Not supported on this implementation
reconnect(RetryPolicyTemplate, Scheduler) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
This method is supported on this implementation.
reconnect(OutboundWebSocket, RetryPolicyTemplate, Scheduler) - Method in class com.mulesoft.service.http.impl.service.client.ws.reconnect.OutboundWebSocketReconnectionHandler
 
refreshSystemProperties() - Static method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
removeGroup(String) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
removeGroup(String) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 

S

send(HttpRequest, HttpRequestOptions) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
send(InputStream, MediaType) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
send(InputStream, MediaType) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
send(byte[], int, int) - Method in interface com.mulesoft.service.http.impl.service.ws.DataFrameEmitter
Sends the given bytes as a single data frame
sendAsync(HttpRequest, HttpRequestOptions) - Method in class com.mulesoft.service.http.impl.service.client.EEGrizzlyHttpClient
 
sendFrame(byte[]) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
sendFrame(byte[]) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
setDisabledRoundRobinHosts(List<String>) - Static method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
setMatcherEntry(RequestMatcherRegistry.RequestMatcherRegistryEntry) - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
setSocket(OutboundWebSocket) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocketListener
 
setUri(Uri) - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
setUri(Uri) - Method in class com.mulesoft.service.http.impl.service.client.builder.ProxyNameResolvingRequestBuilder
 
setUrl(String) - Method in class com.mulesoft.service.http.impl.service.client.builder.NameResolvingRequestBuilder
 
setUrl(String) - Method in class com.mulesoft.service.http.impl.service.client.builder.ProxyNameResolvingRequestBuilder
 
start() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
stop() - Method in class com.mulesoft.service.http.impl.service.client.ws.GrizzlyWebSocketHandlerManager
 
stream(byte[], int, int, boolean) - Method in interface com.mulesoft.service.http.impl.service.ws.DataFrameEmitter
Sends the given bytes as part of a stream.
streamInDataFrames(InputStream, DataFrameEmitter, Function<Throwable, Throwable>) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
 
streamInDataFrames(InputStream, int, DataFrameEmitter, Function<Throwable, Throwable>) - Static method in class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
 
supportsReconnection() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
supportsReconnection() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket

T

toBinaryFrame(byte[], boolean) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
toBinaryFrame(byte[], boolean) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
toString() - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
toString() - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 
toTextFrame(String, boolean) - Method in class com.mulesoft.service.http.impl.service.client.ws.InboundWebSocket
 
toTextFrame(String, boolean) - Method in class com.mulesoft.service.http.impl.service.client.ws.OutboundWebSocket
 

W

WebSocketHandlerRegistry - Class in com.mulesoft.service.http.impl.service.client.ws
Tracks the WebSocketHandlerManager that is associated to each path
WebSocketHandlerRegistry() - Constructor for class com.mulesoft.service.http.impl.service.client.ws.WebSocketHandlerRegistry
 
WebSocketUtils - Class in com.mulesoft.service.http.impl.service.ws
Utility methods for implementing WebSockets
WebSocketUtils() - Constructor for class com.mulesoft.service.http.impl.service.ws.WebSocketUtils
 
write(byte[]) - Method in interface com.mulesoft.service.http.impl.service.ws.FragmentHandler
Makes the given data available at the end of the FragmentHandler.getInputStream()
A B C D E F G H I L M N O P R S T W 
Skip navigation links

Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.