| Modifier and Type | Class and Description |
|---|---|
static class |
HttpServerConfiguration.Builder |
| Constructor and Description |
|---|
HttpServerConfiguration(String host,
int port,
org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
boolean usePersistentConnections,
int connectionIdleTimeout,
Supplier<Executor> workManagerSupplier) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionIdleTimeout() |
String |
getHost() |
int |
getPort() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContextFactory() |
Supplier<Executor> |
getWorkManagerSupplier() |
boolean |
isUsePersistentConnections() |
public String getHost()
public int getPort()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContextFactory()
public boolean isUsePersistentConnections()
public int getConnectionIdleTimeout()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.