Uses of Interface
org.simpleframework.http.socket.FrameListener
Packages that use FrameListener
-
Uses of FrameListener in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket with parameters of type FrameListenerModifier and TypeMethodDescriptionvoidFrameChannel.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 FrameListenerModifier and TypeClassDescription(package private) classTheStatusResultListeneris 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 FrameListenerModifier and TypeFieldDescriptionprivate final Set<FrameListener> FrameProcessor.listenersThis is the set of listeners to dispatch frames to.Methods in org.simpleframework.http.socket.service with parameters of type FrameListenerModifier and TypeMethodDescriptionvoidFrameCollector.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.