Package org.simpleframework.http.socket.service
-
Interface Summary Interface Description Router TheRouterinterface represents a means of routing a session initiating request to the correct service.Service TheServiceinterface represents a service that can be used to communicate with the WebSocket protocol defined in RFC 6455. -
Class Summary Class Description DirectRouter TheDirectRouterobject is used to create a router that uses a single service.PathRouter ThePathRouteris used when there are multiple services that can be used.ProtocolRouter TheProtocolRouteris used when there are multiple services that can be used.RouterContainer TheRouterContaineris used to route requests that satisfy a WebSocket opening handshake to a specific service. -
Enum Summary Enum Description ServiceEvent TheServiceEventenumeration contains the events that are dispatched processing a WebSocket.