Package | Description |
---|---|
org.simpleframework.http.socket.service |
Modifier and Type | Method and Description |
---|---|
Service |
Router.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.
|
Service |
PathRouter.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.
|
Service |
DirectRouter.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.
|
Service |
ProtocolRouter.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.
|
Constructor and Description |
---|
DirectRouter(Service service)
Constructor for the
DirectRouter object. |
DirectRouter(Service service,
String protocol)
Constructor for the
DirectRouter object. |
PathRouter(Map<String,Service> registry,
Service primary)
Constructor for the
PathRouter object. |
ProtocolRouter(Map<String,Service> registry,
Service primary)
Constructor for the
ProtocolRouter object. |
Constructor and Description |
---|
PathRouter(Map<String,Service> registry,
Service primary)
Constructor for the
PathRouter object. |
ProtocolRouter(Map<String,Service> registry,
Service primary)
Constructor for the
ProtocolRouter object. |
Copyright © 2018. All rights reserved.