Package se.laz.casual.network.outbound
Class NettyConnectionInformation.Builder
java.lang.Object
se.laz.casual.network.outbound.NettyConnectionInformation.Builder
- Enclosing class:
- NettyConnectionInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAddress(InetSocketAddress address) withChannelClass(Class<? extends io.netty.channel.Channel> channelClass) withCorrelator(Correlator correlator) withDomainId(UUID domainId) withDomainName(String domainName) withProtocolVersion(se.laz.casual.network.ProtocolVersion protocolVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withAddress
-
withDomainId
-
withDomainName
-
withProtocolVersion
public NettyConnectionInformation.Builder withProtocolVersion(se.laz.casual.network.ProtocolVersion protocolVersion) -
withChannelClass
public NettyConnectionInformation.Builder withChannelClass(Class<? extends io.netty.channel.Channel> channelClass) -
withCorrelator
-
build
-