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 classWebSocketClientConnectionClient 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 LogicalConnectionWebSocketSession. getConnection()Methods in org.eclipse.jetty.websocket.common with parameters of type LogicalConnection Modifier and Type Method Description WebSocketSessionSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)WebSocketSessionWebSocketSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)RemoteEndpointRemoteEndpointFactory. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)WebSocketRemoteEndpointWebSocketSession. 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 LogicalConnectionAbstractExtension. getConnection()Methods in org.eclipse.jetty.websocket.common.extensions with parameters of type LogicalConnection Modifier and Type Method Description voidAbstractExtension. 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 classAbstractWebSocketConnectionProvides the implementation ofLogicalConnectionwithin the framework of the newConnectionframework 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 WebSocketSessionJsrSessionFactory. 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 classWebSocketServerConnection
-