Uses of Class
org.simpleframework.http.socket.service.SessionBuilder
Packages that use SessionBuilder
-
Uses of SessionBuilder in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as SessionBuilderModifier and TypeFieldDescriptionprivate final SessionBuilder
ServiceDispatcher.builder
This is used to build the sessions from the handshake request.private final SessionBuilder
SessionDispatcher.builder
This is used to create the session for the WebSocket.Constructors in org.simpleframework.http.socket.service with parameters of type SessionBuilderModifierConstructorDescriptionSessionDispatcher
(SessionBuilder builder, Router router) Constructor for theSessionDispatcher
object.