Interface | Description |
---|---|
Router |
The
Router interface represents a means of routing
a session initiating request to the correct service. |
Service |
The
Service interface represents a service that can be
used to communicate with the WebSocket protocol defined in RFC 6455. |
Class | Description |
---|---|
DirectRouter |
The
DirectRouter object is used to create a router
that uses a single service. |
PathRouter |
The
PathRouter is used when there are multiple
services that can be used. |
ProtocolRouter |
The
ProtocolRouter is used when there are multiple
services that can be used. |
RouterContainer |
The
RouterContainer is used to route requests that
satisfy a WebSocket opening handshake to a specific service. |
Enum | Description |
---|---|
ServiceEvent |
The
ServiceEvent enumeration contains the events that
are dispatched processing a WebSocket. |
Copyright © 2021. All rights reserved.