Uses of Class
org.jcsp.net2.NetworkPoisonException
Packages that use NetworkPoisonException
-
Uses of NetworkPoisonException in org.jcsp.net2
Methods in org.jcsp.net2 that throw NetworkPoisonExceptionModifier and TypeMethodDescriptionvoid
NetChannelOutput.asyncWrite
(T obj) Sends a message to the input end of the channel asynchronously (no blocking)void
Net2AnyChannel.endRead()
Ends an extended read operationvoid
Net2OneChannel.endRead()
Ends an extended read operation.boolean
Net2OneChannel.pending()
Checks if any data is waiting on the channel.Net2AnyChannel.read()
Reads the next message from the channelNet2OneChannel.read()
Reads the next message from the channelNet2AnyChannel.startRead()
Begins an extended read operation on the channelNet2OneChannel.startRead()
Performs an extended read operation on the channel -
Uses of NetworkPoisonException in org.jcsp.net2.mobile
Methods in org.jcsp.net2.mobile that throw NetworkPoisonException