| Package | Description |
|---|---|
| io.cettia.transport | |
| io.cettia.transport.http | |
| io.cettia.transport.websocket |
| Modifier and Type | Method and Description |
|---|---|
TransportServer<T> |
TransportServer.ontransport(Action<ServerTransport> action)
Registers an action to be called when the transport has been opened.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpTransportServer
HTTP implementation of
TransportServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketTransportServer
Websocket implementation of
TransportServer. |
Copyright 2015, The Cettia Project