Interface RemoteEndpointFactory
-
- All Known Implementing Classes:
WebSocketSession
@Deprecated(since="2021-05-27") public interface RemoteEndpointFactory
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RemoteEndpoint
newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
Deprecated.
-
-
-
Method Detail
-
newRemoteEndpoint
RemoteEndpoint newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
Deprecated.
-
-