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)
Конструктор- Parameters:
session- сессия
-
-
Method Detail
-
getSession
public TcpSession<?> getSession()
Возвращает ссылку на сессию- Returns:
- сессия
-
-