public class GrizzlyServerManager extends Object implements HttpServerManager
| Modifier and Type | Field and Description |
|---|---|
static String |
MAXIMUM_HEADER_SECTION_SIZE_PROPERTY_KEY |
| Constructor and Description |
|---|
GrizzlyServerManager(String threadNamePrefix,
HttpListenerRegistry httpListenerRegistry,
TcpServerSocketProperties serverSocketProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsServerFor(ServerAddress serverAddress) |
HttpServer |
createServerFor(ServerAddress serverAddress,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
boolean usePersistentConnections,
int connectionIdleTimeout) |
HttpServer |
createSslServerFor(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
ServerAddress serverAddress,
boolean usePersistentConnections,
int connectionIdleTimeout) |
void |
dispose() |
public static final String MAXIMUM_HEADER_SECTION_SIZE_PROPERTY_KEY
public GrizzlyServerManager(String threadNamePrefix, HttpListenerRegistry httpListenerRegistry, TcpServerSocketProperties serverSocketProperties) throws IOException
IOExceptionpublic boolean containsServerFor(ServerAddress serverAddress)
containsServerFor in interface HttpServerManagerpublic HttpServer createSslServerFor(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory, Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier, ServerAddress serverAddress, boolean usePersistentConnections, int connectionIdleTimeout) throws IOException
createSslServerFor in interface HttpServerManagerIOExceptionpublic HttpServer createServerFor(ServerAddress serverAddress, Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier, boolean usePersistentConnections, int connectionIdleTimeout) throws IOException
createServerFor in interface HttpServerManagerIOExceptionpublic void dispose()
dispose in interface HttpServerManagerCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.