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 class
WebSocketSession
Fields in org.eclipse.jetty.websocket.common declared as RemoteEndpointFactory Modifier and Type Field Description private static RemoteEndpointFactory
WebSocketSession. defaultRemoteEndpointFactory
private RemoteEndpointFactory
WebSocketSession. 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 class
JsrSession
Session for the JSR.
-