public class HttpServerConfiguration extends Object
HttpServer should be created. Instances can only be obtained through an
HttpServerConfiguration.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpServerConfiguration.Builder
Builder for
HttpServerConfigurations. |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionIdleTimeout() |
String |
getHost() |
String |
getName() |
int |
getPort() |
Supplier<org.mule.runtime.api.scheduler.Scheduler> |
getSchedulerSupplier() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContextFactory() |
boolean |
isUsePersistentConnections() |
public String getHost()
public int getPort()
public org.mule.runtime.api.tls.TlsContextFactory getTlsContextFactory()
public boolean isUsePersistentConnections()
public int getConnectionIdleTimeout()
public String getName()
public Supplier<org.mule.runtime.api.scheduler.Scheduler> getSchedulerSupplier()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.