Transport
interface Transport
Content copied to clipboard
Interface that defines different types of Transport layers. A default {@link WebSocketTransport} is provided which uses an OkHttp WebSocket to transport data between your Phoenix server.
Future support may be added to provide your own custom Transport, such as a LongPoll
Types
ReadyState
Link copied to clipboard
Functions
Properties
Inheritors
WebSocketTransport
Link copied to clipboard