Uses of Interface
xyz.cofe.trambda.tcp.TrEvent
-
-
Uses of TrEvent in xyz.cofe.trambda.tcp
Classes in xyz.cofe.trambda.tcp that implement TrEvent Modifier and Type Class Description static classTcpServer.SessionClosed<ENV>Событие о завершении сессииstatic classTcpServer.SessionCreated<ENV>Событие о создании сессииstatic classTcpSession.IncomingMessageEvent<T extends Message,ENV>Входящие сообщениеstatic classTcpSession.MessageEvent<T extends Message,ENV>Сообщениеstatic classTcpSession.OutgoingMessageEvent<T extends Message,ENV>Исходящие сообщениеstatic classTcpSession.SessionFinishedСобытие завершения сессииFields in xyz.cofe.trambda.tcp with type parameters of type TrEvent Modifier and Type Field Description protected xyz.cofe.ecolls.ListenersHelper<TrListener,TrEvent>TcpClient. listenersprotected xyz.cofe.ecolls.ListenersHelper<TrListener,TrEvent>TcpServer. listenersprotected xyz.cofe.ecolls.ListenersHelper<TrListener,TrEvent>TcpSession. listenersprotected Consumer<TrEvent>TcpSession. popupEventПередача событий от сессии к подписчикам сервераMethods in xyz.cofe.trambda.tcp with parameters of type TrEvent Modifier and Type Method Description protected voidTcpClient. addEvent(TrEvent ev)Добавляет событие в очередьprotected voidTcpServer. addEvent(TrEvent ev)Добавляет событие в очередьprotected voidTcpSession. addEvent(TrEvent ev)Добавляет событие в очередьprotected voidTcpClient. fireEvent(TrEvent event)Рассылка уведомления подписчикамprotected voidTcpServer. fireEvent(TrEvent event)Рассылка уведомления подписчикамprotected voidTcpSession. fireEvent(TrEvent event)Рассылка уведомления подписчикамvoidTrListener. trEvent(TrEvent ev)Уведомление о событии сервера/сессииConstructor parameters in xyz.cofe.trambda.tcp with type arguments of type TrEvent Constructor Description TcpSession(TcpServer<ENV> server, Socket socket, Function<TcpSession<ENV>,ENV> envBuilder, Consumer<TrEvent> popupEvent)КонструкторTcpSession(TcpServer<ENV> server, Socket socket, Function<TcpSession<ENV>,ENV> envBuilder, xyz.cofe.trambda.sec.SecurityFilter<String,xyz.cofe.fn.Tuple2<xyz.cofe.trambda.LambdaDump,xyz.cofe.trambda.LambdaNode>> securityFilter, Consumer<TrEvent> popupEvent)Конструктор
-