boolean |
HttpListenerConnectionManager.containsServerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress,
ServerIdentifier identifier) |
boolean |
HttpServerManager.containsServerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress,
ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
HttpListenerConnectionManager.createServer(org.mule.runtime.http.api.server.ServerAddress serverAddress,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
boolean usePersistentConnections,
int connectionIdleTimeout,
ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
HttpServerManager.createServerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
boolean usePersistentConnections,
int connectionIdleTimeout,
ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
HttpListenerConnectionManager.createSslServer(org.mule.runtime.http.api.server.ServerAddress serverAddress,
org.mule.runtime.api.tls.TlsContextFactory tlsContext,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
boolean usePersistentConnections,
int connectionIdleTimeout,
ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
HttpServerManager.createSslServerFor(org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
org.mule.runtime.http.api.server.ServerAddress serverAddress,
boolean usePersistentConnections,
int connectionIdleTimeout,
ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
HttpListenerConnectionManager.lookup(ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
ContextHttpServerFactory.lookup(ServerIdentifier identifier)
Allows to retrieve a previously created HttpServer.
|
org.mule.runtime.http.api.server.HttpServer |
HttpServerManager.lookupServer(ServerIdentifier identifier) |