Package org.apache.cassandra.transport
Class Server.Builder
java.lang.Object
org.apache.cassandra.transport.Server.Builder
- Enclosing class:
- Server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) withEventNotifier(Server.EventNotifier eventNotifier) withHost(InetAddress host) withPipelineConfigurator(PipelineConfigurator configurator) withPort(int port) withTlsEncryptionPolicy(EncryptionOptions.TlsEncryptionPolicy tlsEncryptionPolicy)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTlsEncryptionPolicy
public Server.Builder withTlsEncryptionPolicy(EncryptionOptions.TlsEncryptionPolicy tlsEncryptionPolicy) -
withEventLoopGroup
-
withHost
-
withPort
-
withPipelineConfigurator
-
withEventNotifier
-
build
-