| Modifier and Type | Method and Description |
|---|---|
Server |
HttpListenerProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpListenerProvider.disconnect(Server server) |
org.mule.runtime.api.connection.ConnectionValidationResult |
HttpListenerProvider.validate(Server server) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Server |
HttpServerFactory.create(HttpServerConfiguration serverConfiguration) |
Server |
HttpListenerConnectionManager.create(HttpServerConfiguration serverConfiguration) |
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 |
|---|---|
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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
RequestHandlerManager |
HttpListenerRegistry.addRequestHandler(Server server,
RequestHandler requestHandler,
ListenerRequestMatcher requestMatcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyServer |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.