| Modifier and Type | Method and Description |
|---|---|
boolean |
GrizzlyServerManager.containsServerFor(ServerAddress serverAddress) |
Server |
GrizzlyServerManager.createServerFor(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Server |
GrizzlyServerManager.createSslServerFor(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
Supplier<Executor> workManagerSource,
ServerAddress serverAddress,
boolean usePersistentConnections,
int connectionIdleTimeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpListenerConnectionManager.containsServerFor(ServerAddress serverAddress) |
Server |
HttpListenerConnectionManager.createServer(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Server |
HttpListenerConnectionManager.createSslServer(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
org.mule.runtime.api.tls.TlsContextFactory tlsContext,
boolean usePersistentConnections,
int connectionIdleTimeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpListenerConnectionManager.containsServerFor(ServerAddress serverAddress) |
Server |
HttpListenerConnectionManager.createServer(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Server |
HttpListenerConnectionManager.createSslServer(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
org.mule.runtime.api.tls.TlsContextFactory tlsContext,
boolean usePersistentConnections,
int connectionIdleTimeout) |
| Modifier and Type | Method and Description |
|---|---|
ServerAddress |
Server.getServerAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpServerManager.containsServerFor(ServerAddress serverAddress) |
Server |
HttpServerManager.createServerFor(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Server |
HttpServerManager.createSslServerFor(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
Supplier<Executor> workManagerSource,
ServerAddress serverAddress,
boolean usePersistentConnections,
int connectionIdleTimeout) |
boolean |
ServerAddress.overlaps(ServerAddress serverAddress) |
void |
ServerAddressMap.put(ServerAddress serverAddress,
T value) |
| Constructor and Description |
|---|
ServerAddressMap(Map<ServerAddress,T> internalMap) |
| Modifier and Type | Method and Description |
|---|---|
ServerAddress |
GrizzlyServer.getServerAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManagerSourceExecutorProvider.addExecutor(ServerAddress serverAddress,
Supplier<Executor> workManagerSource)
Adds an
Executor to be used when a request is made to a
ServerAddress |
void |
GrizzlyAddressDelegateFilter.addFilterForAddress(ServerAddress serverAddress,
F filter)
Adds a new Filter for a particular Server address
|
boolean |
GrizzlyServerManager.containsServerFor(ServerAddress serverAddress) |
Server |
GrizzlyServerManager.createServerFor(ServerAddress serverAddress,
Supplier<Executor> workManagerSource,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Server |
GrizzlyServerManager.createSslServerFor(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
Supplier<Executor> workManagerSource,
ServerAddress serverAddress,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Executor |
WorkManagerSourceExecutorProvider.getExecutor(ServerAddress serverAddress) |
Executor |
ExecutorProvider.getExecutor(ServerAddress serverAddress)
Provides an
Executor for a ServerAddress |
| Constructor and Description |
|---|
GrizzlyServer(ServerAddress serverAddress,
org.glassfish.grizzly.nio.transport.TCPNIOTransport transport,
HttpListenerRegistry listenerRegistry) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.