public final class HttpServerOptions extends ServerOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpServerOptions.Builder |
afterChannelInit, afterNettyContextInit, DEFAULT_PORT| Modifier and Type | Method and Description |
|---|---|
String |
asDetailedString() |
String |
asSimpleString() |
static HttpServerOptions.Builder |
builder()
Create a new HttpServerOptions.Builder
|
HttpServerOptions |
duplicate()
Return a copy of all options and references such as
NettyOptions.Builder.onChannelInit(Predicate). |
int |
minCompressionResponseSize()
Returns the minimum response size before the output is compressed.
|
String |
toString() |
builder, get, getAddressafterChannelInit, afterNettyContextInit, defaultSslContext, getLoopResources, getSslHandler, isSecure, onChannelInit, preferNative, sslCloseNotifyFlushTimeoutMillis, sslCloseNotifyReadTimeoutMillis, sslContext, sslHandshakeTimeoutMillispublic static HttpServerOptions.Builder builder()
public int minCompressionResponseSize()
public HttpServerOptions duplicate()
NettyOptionsNettyOptions.Builder.onChannelInit(Predicate). Further option uses on the returned builder will
be fully isolated from this option builder.duplicate in class ServerOptionspublic String asSimpleString()
asSimpleString in class ServerOptionspublic String asDetailedString()
asDetailedString in class ServerOptionspublic String toString()
toString in class ServerOptions