| Package | Description |
|---|---|
| org.mule.service.http.impl.service.server | |
| org.mule.service.http.impl.service.server.grizzly |
| Modifier and Type | Method and Description |
|---|---|
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,
Supplier<Long> shutdownTimeout,
long readTimeout) |
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,
Supplier<Long> shutdownTimeout)
Deprecated.
as of 1.7.0, 1.6.1, 1.5.15 use
HttpServerManager.createServerFor(ServerAddress, Supplier, boolean, int, ServerIdentifier, Supplier, long) instead. |
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,
Supplier<Long> shutdownTimeout,
long readTimeout) |
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,
Supplier<Long> shutdownTimeout,
long readTimeout) |
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,
Supplier<Long> shutdownTimeout)
Deprecated.
as of 1.7.0, 1.6.1, 1.5.15 use
HttpServerManager.createSslServerFor(TlsContextFactory, Supplier, ServerAddress, boolean, int, ServerIdentifier, Supplier, long)
instead. |
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,
Supplier<Long> shutdownTimeout,
long readTimeout) |
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 |
HttpListenerConnectionManager.lookup(ServerIdentifier identifier) |
org.mule.runtime.http.api.server.HttpServer |
HttpServerManager.lookupServer(ServerIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GrizzlyServerManager.containsServerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress,
ServerIdentifier identifier) |
protected GrizzlyServerManager.ManagedGrizzlyHttpServer |
GrizzlyServerManager.createManagedServer(Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
org.mule.runtime.http.api.server.ServerAddress serverAddress,
ServerIdentifier identifier,
Supplier<Long> shutdownTimeout) |
org.mule.runtime.http.api.server.HttpServer |
GrizzlyServerManager.createServerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
boolean usePersistentConnections,
int connectionIdleTimeout,
ServerIdentifier identifier,
Supplier<Long> shutdownTimeout) |
org.mule.runtime.http.api.server.HttpServer |
GrizzlyServerManager.createServerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress,
Supplier<org.mule.runtime.api.scheduler.Scheduler> schedulerSupplier,
boolean usePersistentConnections,
int connectionIdleTimeout,
ServerIdentifier identifier,
Supplier<Long> shutdownTimeout,
long readTimeout) |
org.mule.runtime.http.api.server.HttpServer |
GrizzlyServerManager.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,
Supplier<Long> shutdownTimeout) |
org.mule.runtime.http.api.server.HttpServer |
GrizzlyServerManager.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,
Supplier<Long> shutdownTimeout,
long readTimeout) |
org.mule.runtime.http.api.server.HttpServer |
GrizzlyServerManager.lookupServer(ServerIdentifier identifier) |
| Constructor and Description |
|---|
ManagedGrizzlyHttpServer(org.mule.runtime.http.api.server.HttpServer delegate,
ServerIdentifier identifier) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.