jist.swans.app
Interface AppInterface.TcpApp

All Known Implementing Classes:
AppJava
Enclosing interface:
AppInterface

public static interface AppInterface.TcpApp

Application that supports TCP sockets.


Method Summary
 TransInterface.TransTcpInterface getTcpEntity()
          Return application TCP entity.
 

Method Detail

getTcpEntity

TransInterface.TransTcpInterface getTcpEntity()
                                              throws JistAPI.Continuation
Return application TCP entity.

Returns:
application TCP entity
Throws:
JistAPI.Continuation - not thrown; marker for rewriter