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 TypeMethodDescriptionvoidNetChannelOutput.asyncWrite(T obj) Sends a message to the input end of the channel asynchronously (no blocking)voidNet2AnyChannel.endRead()Ends an extended read operationvoidNet2OneChannel.endRead()Ends an extended read operation.booleanNet2OneChannel.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