Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
org.jcsp.net.tcpip |
Modifier and Type | Method and Description |
---|---|
protected abstract LinkFactory.Builder |
ProtocolID.getLinkBuilder(java.util.Hashtable settings)
Obtains the Builder for this protocol.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
LinkFactory.installBuilder(LinkFactory.Builder builder) |
(package private) boolean |
LinkFactory.removeBuilder(ProtocolID protocolID,
LinkFactory.Builder builder) |
Modifier and Type | Method and Description |
---|---|
protected LinkFactory.Builder |
TCPIPProtocolID.getLinkBuilder(java.util.Hashtable settings)
Returns the factory builder for this protocol.
|