Package org.jcsp.net
Class LinkManager.LinkRequest
- java.lang.Object
-
- org.jcsp.net.LinkManager.LinkRequest
-
- Enclosing class:
- LinkManager
private static class LinkManager.LinkRequest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Profile
linkProfile
(package private) ChannelOutput
replyChan
(package private) NodeID
target
-
Constructor Summary
Constructors Constructor Description LinkRequest(ChannelOutput replyChan, NodeID target, Profile linkProfile)
-
-
-
Field Detail
-
replyChan
final ChannelOutput replyChan
-
target
final NodeID target
-
linkProfile
final Profile linkProfile
-
-
Constructor Detail
-
LinkRequest
LinkRequest(ChannelOutput replyChan, NodeID target, Profile linkProfile)
-
-