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 TypeClassDescriptionclassClient 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 LogicalConnectionWebSocketRemoteEndpoint.connectionprivate final LogicalConnectionWebSocketSession.connectionMethods 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 TypeMethodDescriptionvoidAbstractExtension.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 TypeClassDescriptionclassProvides the implementation ofLogicalConnectionwithin the framework of the newConnectionframework 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 WebSocketSessionWebSocketServerFactory.createSession(URI requestURI, EventDriver websocket, LogicalConnection connection)