jist.swans.trans
Interface TransInterface.TransTcpInterface

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless, NetInterface.NetHandler, TransInterface
All Known Implementing Classes:
TransTcp
Enclosing interface:
TransInterface

public static interface TransInterface.TransTcpInterface
extends TransInterface

Defines the Transport sub-interface for TCP entities.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jist.swans.trans.TransInterface
TransInterface.SocketHandler, TransInterface.TransMessage, TransInterface.TransTcpInterface, TransInterface.TransUdpInterface
 
Method Summary
 boolean checkSocketHandler(int port)
          Return whether socket bound to port.
 
Methods inherited from interface jist.swans.trans.TransInterface
addSocketHandler, delSocketHandler, send
 
Methods inherited from interface jist.swans.net.NetInterface.NetHandler
receive
 

Method Detail

checkSocketHandler

boolean checkSocketHandler(int port)
                           throws JistAPI.Continuation
Return whether socket bound to port.

Parameters:
port - port to check
Returns:
whether socket bound to port
Throws:
JistAPI.Continuation - never; blocking event