Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.mobile |
Modifier and Type | Method and Description |
---|---|
void |
NetChannelOutput.asyncWrite(T obj)
Sends a message to the input end of the channel asynchronously (no blocking)
|
void |
Net2OneChannel.endRead()
Ends an extended read operation.
|
void |
Net2AnyChannel.endRead()
Ends an extended read operation
|
boolean |
Net2OneChannel.pending()
Checks if any data is waiting on the channel.
|
T |
Net2OneChannel.read()
Reads the next message from the channel
|
T |
Net2AnyChannel.read()
Reads the next message from the channel
|
T |
Net2OneChannel.startRead()
Performs an extended read operation on the channel
|
T |
Net2AnyChannel.startRead()
Begins an extended read operation on the channel
|
Modifier and Type | Method and Description |
---|---|
void |
MobileChannelOutput.asyncWrite(java.lang.Object obj) |