Uses of Class
xyz.cofe.trambda.tcp.TcpSession
-
-
Uses of TcpSession in xyz.cofe.trambda.tcp
Fields in xyz.cofe.trambda.tcp with type parameters of type TcpSession Modifier and Type Field Description protected Function<TcpSession<ENV>,ENV>TcpServer. envBuilderФункция получения сервиса для новой сессииprotected Set<TcpSession<ENV>>TcpServer. sessionsСессии клиентовMethods in xyz.cofe.trambda.tcp that return TcpSession Modifier and Type Method Description protected TcpSession<ENV>TcpServer. create(Socket sock)Создание сессииTcpSession<ENV>TcpServer.SessionClosed. getSession()Возвращает сессиюTcpSession<ENV>TcpServer.SessionCreated. getSession()Возвращает сессиюTcpSession<?>TcpSession.SessionFinished. getSession()Methods in xyz.cofe.trambda.tcp that return types with arguments of type TcpSession Modifier and Type Method Description Set<TcpSession<ENV>>TcpServer. getSessions()Возвращает сессииMethods in xyz.cofe.trambda.tcp with parameters of type TcpSession Modifier and Type Method Description protected voidTcpServer. addSesListener(TcpSession<ENV> ses)Добавление подписчика sesListener на события сессииintTcpSession. compareTo(TcpSession o)Constructors in xyz.cofe.trambda.tcp with parameters of type TcpSession Constructor Description SessionClosed(TcpServer<ENV> server, TcpSession<ENV> session)SessionCreated(TcpServer<ENV> server, TcpSession<ENV> session)SessionFinished(TcpSession<?> session)Constructor parameters in xyz.cofe.trambda.tcp with type arguments of type TcpSession Constructor Description TcpServer(ServerSocket socket, Function<TcpSession<ENV>,ENV> envBuilder)Создание сервераTcpServer(ServerSocket socket, Function<TcpSession<ENV>,ENV> envBuilder, SecurityFilter<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>> securityFilter)Создание сервераTcpSession(TcpServer<ENV> server, Socket socket, Function<TcpSession<ENV>,ENV> envBuilder)КонструкторTcpSession(TcpServer<ENV> server, Socket socket, Function<TcpSession<ENV>,ENV> envBuilder, SecurityFilter<String,xyz.cofe.fn.Tuple2<LambdaDump,LambdaNode>> securityFilter)Конструктор
-