|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transport
The Transport interface has to be implemented by the transport layer
Method Summary | |
---|---|
void |
closeTransport()
Instructs the transport layer to close the connection. |
void |
sendBytes(java.nio.ByteBuffer buffer)
Sends the passed in bytes to the other peer. |
Method Detail |
---|
void sendBytes(java.nio.ByteBuffer buffer)
buffer
- the ByteBuffer holding the bytes to be transferedvoid closeTransport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |