Transport
interface Transport
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