Uses of Interface
org.simpleframework.http.socket.service.Service
Packages that use Service
-
Uses of Service in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as ServiceModifier and TypeFieldDescriptionprivate final ServicePathRouter.primaryThis is the default service chosen if there is no match.private final ServiceProtocolRouter.primaryThis is the default service chosen if there is no match.private final ServiceDirectRouter.serviceThe service used by this router instance.Fields in org.simpleframework.http.socket.service with type parameters of type ServiceModifier and TypeFieldDescriptionPathRouter.registryThis is the set of services that can be selected.ProtocolRouter.registryThis is the set of services that can be selected.Methods in org.simpleframework.http.socket.service that return ServiceModifier and TypeMethodDescriptionThis is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.This is used to route an incoming request to a service if the request represents a WebSocket handshake as defined by RFC 6455.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 ServiceModifierConstructorDescriptionDirectRouter(Service service) Constructor for theDirectRouterobject.DirectRouter(Service service, String protocol) Constructor for theDirectRouterobject.PathRouter(Map<String, Service> registry, Service primary) Constructor for thePathRouterobject.ProtocolRouter(Map<String, Service> registry, Service primary) Constructor for theProtocolRouterobject.Constructor parameters in org.simpleframework.http.socket.service with type arguments of type ServiceModifierConstructorDescriptionPathRouter(Map<String, Service> registry, Service primary) Constructor for thePathRouterobject.ProtocolRouter(Map<String, Service> registry, Service primary) Constructor for theProtocolRouterobject.