Uses of Class
org.simpleframework.http.socket.service.FrameConnection
Packages that use FrameConnection
-
Uses of FrameConnection in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as FrameConnectionModifier and TypeFieldDescriptionprivate final FrameConnection
StatusChecker.connection
This is the WebSocket this this pinger will be monitoring.Constructors in org.simpleframework.http.socket.service with parameters of type FrameConnectionModifierConstructorDescriptionStatusChecker
(FrameConnection connection, Request request, Scheduler scheduler, long frequency) Constructor for theStatusChecker
object.