public class HttpListenerConnectionManager extends Object implements Initialisable, Disposable, MuleContextAware
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_LISTENER_CONNECTION_MANAGER |
static String |
SERVER_ALREADY_EXISTS_FORMAT |
PHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
HttpListenerConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsServerFor(ServerAddress serverAddress) |
Server |
createServer(ServerAddress serverAddress,
WorkManagerSource workManagerSource,
boolean usePersistentConnections,
int connectionIdleTimeout) |
Server |
createSslServer(ServerAddress serverAddress,
WorkManagerSource workManagerSource,
TlsContextFactory tlsContext,
boolean usePersistentConnections,
int connectionIdleTimeout) |
void |
dispose() |
void |
initialise() |
void |
setMuleContext(MuleContext muleContext) |
public static final String HTTP_LISTENER_CONNECTION_MANAGER
public static final String SERVER_ALREADY_EXISTS_FORMAT
public void initialise()
throws InitialisationException
initialise in interface InitialisableInitialisationExceptionpublic void dispose()
dispose in interface Disposablepublic void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwarepublic Server createServer(ServerAddress serverAddress, WorkManagerSource workManagerSource, boolean usePersistentConnections, int connectionIdleTimeout)
public boolean containsServerFor(ServerAddress serverAddress)
public Server createSslServer(ServerAddress serverAddress, WorkManagerSource workManagerSource, TlsContextFactory tlsContext, boolean usePersistentConnections, int connectionIdleTimeout)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.