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