Uses of Interface
org.eclipse.jetty.websocket.common.LogicalConnection
-
Packages that use LogicalConnection Package Description org.eclipse.jetty.websocket.client.io Jetty WebSocket Client : I/O Implementation [Internal Use Only]org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.extensions Jetty WebSocket Common : Extension Implementationsorg.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of LogicalConnection in org.eclipse.jetty.websocket.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement LogicalConnection Modifier and Type Class Description class
WebSocketClientConnection
Client side WebSocket physical connection. -
Uses of LogicalConnection in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return LogicalConnection Modifier and Type Method Description LogicalConnection
WebSocketSession. getConnection()
Methods in org.eclipse.jetty.websocket.common with parameters of type LogicalConnection Modifier and Type Method Description WebSocketSession
SessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
WebSocketSession
WebSocketSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
RemoteEndpoint
RemoteEndpointFactory. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
WebSocketRemoteEndpoint
WebSocketSession. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
Constructors in org.eclipse.jetty.websocket.common with parameters of type LogicalConnection Constructor Description WebSocketRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoing)
WebSocketRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoing, BatchMode batchMode)
WebSocketSession(WebSocketContainerScope containerScope, java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
-
Uses of LogicalConnection in org.eclipse.jetty.websocket.common.extensions
Methods in org.eclipse.jetty.websocket.common.extensions that return LogicalConnection Modifier and Type Method Description LogicalConnection
AbstractExtension. getConnection()
Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type LogicalConnection Modifier and Type Method Description void
AbstractExtension. setConnection(LogicalConnection connection)
-
Uses of LogicalConnection in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement LogicalConnection Modifier and Type Class Description class
AbstractWebSocketConnection
Provides the implementation ofLogicalConnection
within the framework of the newConnection
framework ofjetty-io
.Constructors in org.eclipse.jetty.websocket.common.io with parameters of type LogicalConnection Constructor Description DisconnectCallback(LogicalConnection connection)
-
Uses of LogicalConnection in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 with parameters of type LogicalConnection Modifier and Type Method Description WebSocketSession
JsrSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
Constructors in org.eclipse.jetty.websocket.jsr356 with parameters of type LogicalConnection Constructor Description JsrSession(ClientContainer container, java.lang.String id, java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)
-
Uses of LogicalConnection in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement LogicalConnection Modifier and Type Class Description class
WebSocketServerConnection
-