Interface RemoteEndpointFactory
-
- All Known Implementing Classes:
JsrSession
,WebSocketSession
public interface RemoteEndpointFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteEndpoint
newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
-
-
-
Method Detail
-
newRemoteEndpoint
RemoteEndpoint newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
-
-