Package org.simpleframework.http.socket.service
package org.simpleframework.http.socket.service
-
ClassDescriptionThe
DirectRouterobject is used to create a router that uses a single service.ThePathRouteris used when there are multiple services that can be used.TheProtocolRouteris used when there are multiple services that can be used.TheRouterinterface represents a means of routing a session initiating request to the correct service.TheRouterContaineris used to route requests that satisfy a WebSocket opening handshake to a specific service.TheServiceinterface represents a service that can be used to communicate with the WebSocket protocol defined in RFC 6455.TheServiceEventenumeration contains the events that are dispatched processing a WebSocket.