|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionEndPoint
Encapsulates the end point of an I/O connection. An I/O connection has 2 end points.
Method Summary | |
---|---|
IConnectionEndPointReceiver |
getReceiver()
The object handling the inbound data for the connection |
boolean |
isOutbound()
Indicates if this connection was initiated from this end point. |
void |
send(byte[] data)
Send the data to the other end point. |
Methods inherited from interface mirrormap.lifecycle.ILifeCycle |
---|
isActive, start |
Methods inherited from interface mirrormap.lifecycle.IDestroyable |
---|
destroy |
Method Detail |
---|
void send(byte[] data)
data
- the data to sendboolean isOutbound()
true
if the connection was initiated from this end
point, false
otherwise.IConnectionEndPointReceiver getReceiver()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |