| Package | Description |
|---|---|
| org.jcsp.net2 | |
| org.jcsp.net2.tcpip |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolID |
NodeAddress.getProtocolID()
Retrieves the correct protocol handler for the implemented address type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NodeAddress.installProtocol(java.lang.String name,
ProtocolID protocol)
Installs a new Protocol on the Node
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPIPProtocolID
Concrete implementation of a ProtocolID used to parse a string representation of a TCPIPNodeAddress into a
TCPIPNodeAddress object.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolID |
TCPIPNodeAddress.getProtocolID()
Returns the TCPIPProtocolID
|
Copyright © 1996–2019. All rights reserved.