Class SerialSocketAddress
- java.lang.Object
-
- java.net.SocketAddress
-
- org.apache.plc4x.java.transport.serial.SerialSocketAddress
-
- All Implemented Interfaces:
Serializable
public class SerialSocketAddress extends SocketAddress
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerialSocketAddress(String identifier)SerialSocketAddress(String identifier, SerialChannelHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<SerialChannelHandler>getHandler()StringgetIdentifier()inthashCode()
-
-
-
Constructor Detail
-
SerialSocketAddress
public SerialSocketAddress(String identifier)
-
SerialSocketAddress
public SerialSocketAddress(String identifier, SerialChannelHandler handler)
- Parameters:
identifier- of the porthandler- for custom behavior. E.g. testing
-
-