Uses of Interface
org.simpleframework.http.socket.FrameListener
-
Packages that use FrameListener Package Description org.simpleframework.http.socket org.simpleframework.http.socket.service -
-
Uses of FrameListener in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket with parameters of type FrameListener Modifier and Type Method Description voidFrameChannel. register(FrameListener listener)This is used to register aFrameListenerto this instance.voidFrameChannel. remove(FrameListener listener)This is used to remove aFrameListenerfrom this instance. -
Uses of FrameListener in org.simpleframework.http.socket.service
Classes in org.simpleframework.http.socket.service that implement FrameListener Modifier and Type Class Description (package private) classStatusResultListenerTheStatusResultListeneris used to listen for responses to ping frames sent out by the server.Fields in org.simpleframework.http.socket.service with type parameters of type FrameListener Modifier and Type Field Description private java.util.Set<FrameListener>FrameProcessor. listenersThis is the set of listeners to dispatch frames to.Methods in org.simpleframework.http.socket.service with parameters of type FrameListener Modifier and Type Method Description voidFrameCollector. register(FrameListener listener)This is used to register aFrameListenerto this instance.voidFrameConnection. register(FrameListener listener)This is used to register aFrameListenerto this instance.voidFrameProcessor. register(FrameListener listener)This is used to register aFrameListenerto this instance.voidServiceChannel. register(FrameListener listener)This is used to register aFrameListenerto this instance.voidFrameCollector. remove(FrameListener listener)This is used to remove aFrameListenerfrom this instance.voidFrameConnection. remove(FrameListener listener)This is used to remove aFrameListenerfrom this instance.voidFrameProcessor. remove(FrameListener listener)This is used to remove aFrameListenerfrom this instance.voidServiceChannel. remove(FrameListener listener)This is used to remove aFrameListenerfrom this instance.
-