Uses of Interface
org.simpleframework.http.socket.service.Service
-
Packages that use Service Package Description org.simpleframework.http.socket.service -
-
Uses of Service in org.simpleframework.http.socket.service
Methods in org.simpleframework.http.socket.service that return Service Modifier and Type Method Description ServiceDirectRouter. route(Request request, Response response)This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.ServicePathRouter. route(Request request, Response response)This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.ServiceProtocolRouter. route(Request request, Response response)This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.ServiceRouter. route(Request request, Response response)This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.Constructors in org.simpleframework.http.socket.service with parameters of type Service Constructor Description DirectRouter(Service service)Constructor for theDirectRouterobject.DirectRouter(Service service, java.lang.String protocol)Constructor for theDirectRouterobject.PathRouter(java.util.Map<java.lang.String,Service> registry, Service primary)Constructor for thePathRouterobject.ProtocolRouter(java.util.Map<java.lang.String,Service> registry, Service primary)Constructor for theProtocolRouterobject.Constructor parameters in org.simpleframework.http.socket.service with type arguments of type Service Constructor Description PathRouter(java.util.Map<java.lang.String,Service> registry, Service primary)Constructor for thePathRouterobject.ProtocolRouter(java.util.Map<java.lang.String,Service> registry, Service primary)Constructor for theProtocolRouterobject.
-