Interface IpAddressBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpAddressBuildersetAddress(byte[] address)IpAddressBuildersetPort(int port)
-
-
-
Method Detail
-
setAddress
IpAddressBuilder setAddress(byte[] address) throws IOException
- Throws:
IOException
-
setPort
IpAddressBuilder setPort(int port)
-
-