Package org.simpleframework.http.socket.service
-
Interface Summary Interface Description Router TheRouter
interface represents a means of routing a session initiating request to the correct service.Service TheService
interface represents a service that can be used to communicate with the WebSocket protocol defined in RFC 6455. -
Class Summary Class Description DirectRouter TheDirectRouter
object is used to create a router that uses a single service.PathRouter ThePathRouter
is used when there are multiple services that can be used.ProtocolRouter TheProtocolRouter
is used when there are multiple services that can be used.RouterContainer TheRouterContainer
is used to route requests that satisfy a WebSocket opening handshake to a specific service. -
Enum Summary Enum Description ServiceEvent TheServiceEvent
enumeration contains the events that are dispatched processing a WebSocket.