Uses of Interface
org.eclipse.jetty.websocket.common.LogicalConnection
Packages that use LogicalConnection
Package
Description
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Common : I/O Implementation
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 LogicalConnectionModifier and TypeClassDescriptionclass
Client side WebSocket physical connection. -
Uses of LogicalConnection in org.eclipse.jetty.websocket.common
Fields in org.eclipse.jetty.websocket.common declared as LogicalConnectionModifier and TypeFieldDescriptionprivate final LogicalConnection
WebSocketRemoteEndpoint.connection
private final LogicalConnection
WebSocketSession.connection
Methods in org.eclipse.jetty.websocket.common that return LogicalConnectionMethods in org.eclipse.jetty.websocket.common with parameters of type LogicalConnectionModifier and TypeMethodDescriptionSessionFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) WebSocketSessionFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) RemoteEndpointFactory.newRemoteEndpoint
(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode) WebSocketSession.newRemoteEndpoint
(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode) Constructors in org.eclipse.jetty.websocket.common with parameters of type LogicalConnectionModifierConstructorDescriptionWebSocketRemoteEndpoint
(LogicalConnection connection, OutgoingFrames outgoing) WebSocketRemoteEndpoint
(LogicalConnection connection, OutgoingFrames outgoing, BatchMode batchMode) WebSocketSession
(WebSocketContainerScope containerScope, URI requestURI, EventDriver websocket, LogicalConnection connection) -
Uses of LogicalConnection in org.eclipse.jetty.websocket.common.extensions
Fields in org.eclipse.jetty.websocket.common.extensions declared as LogicalConnectionMethods in org.eclipse.jetty.websocket.common.extensions that return LogicalConnectionMethods in org.eclipse.jetty.websocket.common.extensions with parameters of type LogicalConnectionModifier and TypeMethodDescriptionvoid
AbstractExtension.setConnection
(LogicalConnection connection) -
Uses of LogicalConnection in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement LogicalConnectionModifier and TypeClassDescriptionclass
Provides the implementation ofLogicalConnection
within the framework of the newConnection
framework ofjetty-io
.Fields in org.eclipse.jetty.websocket.common.io declared as LogicalConnectionConstructors in org.eclipse.jetty.websocket.common.io with parameters of type LogicalConnection -
Uses of LogicalConnection in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 with parameters of type LogicalConnectionModifier and TypeMethodDescriptionJsrSessionFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection) Constructors in org.eclipse.jetty.websocket.jsr356 with parameters of type LogicalConnectionModifierConstructorDescriptionJsrSession
(ClientContainer container, String id, URI requestURI, EventDriver websocket, LogicalConnection connection) -
Uses of LogicalConnection in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement LogicalConnectionMethods in org.eclipse.jetty.websocket.server with parameters of type LogicalConnectionModifier and TypeMethodDescriptionprivate WebSocketSession
WebSocketServerFactory.createSession
(URI requestURI, EventDriver websocket, LogicalConnection connection)