Package org.jcsp.net2.mobile
Class MessageBox
- java.lang.Object
-
- org.jcsp.net2.mobile.MessageBox
-
-
Field Summary
Fields Modifier and Type Field Description private NetworkMessageFilter.FilterTx
encoder
private NetAltingChannelInput
fromInputEnd
private NetAltingChannelInput
in
private NetChannelLocation
inputEndLoc
private NetChannelOutput
toInputEnd
-
Constructor Summary
Constructors Constructor Description MessageBox(NetAltingChannelInput intoBox, NetAltingChannelInput requestChannel, NetworkMessageFilter.FilterTx encodingFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
This defines the actions of the process.
-
-
-
Field Detail
-
in
private final NetAltingChannelInput in
-
fromInputEnd
private final NetAltingChannelInput fromInputEnd
-
toInputEnd
private NetChannelOutput toInputEnd
-
encoder
private final NetworkMessageFilter.FilterTx encoder
-
inputEndLoc
private final NetChannelLocation inputEndLoc
-
-
Constructor Detail
-
MessageBox
MessageBox(NetAltingChannelInput intoBox, NetAltingChannelInput requestChannel, NetworkMessageFilter.FilterTx encodingFilter)
-
-