Interface IpAddressBuilder
-
- All Superinterfaces:
ProtoStreamBuilder<org.jgroups.stack.IpAddress>
public interface IpAddressBuilder extends ProtoStreamBuilder<org.jgroups.stack.IpAddress>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpAddressBuildersetAddress(byte[] address)IpAddressBuildersetPort(int port)-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilder
build
-
-
-
-
Method Detail
-
setAddress
IpAddressBuilder setAddress(byte[] address) throws IOException
- Throws:
IOException
-
setPort
IpAddressBuilder setPort(int port)
-
-