Uses of Interface
org.eclipse.jetty.websocket.common.RemoteEndpointFactory
-
Packages that use RemoteEndpointFactory Package Description org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.jsr356 -
-
Uses of RemoteEndpointFactory in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement RemoteEndpointFactory Modifier and Type Class Description classWebSocketSessionFields in org.eclipse.jetty.websocket.common declared as RemoteEndpointFactory Modifier and Type Field Description private static RemoteEndpointFactoryWebSocketSession. defaultRemoteEndpointFactoryprivate RemoteEndpointFactoryWebSocketSession. remoteEndpointFactory -
Uses of RemoteEndpointFactory in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement RemoteEndpointFactory Modifier and Type Class Description classJsrSessionSession for the JSR.
-