Defines a protocol ID for the TCP/IP link implementation.
Type | Name and description |
---|---|
protected NodeAddressID |
createAddressID(String stAddressID, boolean uniqueAddress) Creates an address from a string form. |
boolean |
equals(Object o) Compares two protocol IDs |
protected Builder |
getLinkBuilder(Hashtable settings) Returns the factory builder for this protocol. |
boolean |
isActive() Always returns true. |
boolean |
requiresUserInteraction() Always returns false. |
protected LinkServer |
startLinkServer(NodeAddressID addressID) Starts the TCP/IP link server at this node using the given address ID. |
Creates an address from a string form.
Compares two protocol IDs
Always returns true.
Always returns false.
Starts the TCP/IP link server at this node using the given address ID.