public static class Server.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Server |
build() |
Server.Builder |
withEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) |
Server.Builder |
withHost(java.net.InetAddress host) |
Server.Builder |
withPort(int port) |
Server.Builder |
withProtocolVersionLimit(ProtocolVersionLimit limit) |
Server.Builder |
withSSL(boolean useSSL) |
public Server.Builder withSSL(boolean useSSL)
public Server.Builder withEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
public Server.Builder withHost(java.net.InetAddress host)
public Server.Builder withPort(int port)
public Server.Builder withProtocolVersionLimit(ProtocolVersionLimit limit)
public Server build()
Copyright © 2009- The Apache Software Foundation