Package xyz.cofe.trambda.tcp
Class TcpSession.SessionFinished
- java.lang.Object
-
- xyz.cofe.trambda.tcp.TcpSession.SessionFinished
-
- All Implemented Interfaces:
TrEvent
- Enclosing class:
- TcpSession<ENV>
public static class TcpSession.SessionFinished extends Object implements TrEvent
-
-
Constructor Summary
Constructors Constructor Description SessionFinished(TcpSession<?> session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TcpSession<?>getSession()
-
-
-
Constructor Detail
-
SessionFinished
public SessionFinished(TcpSession<?> session)
-
-
Method Detail
-
getSession
public TcpSession<?> getSession()
-
-