Uses of Class
org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
Packages that use WebSocketCoreClient
Package
Description
-
Uses of WebSocketCoreClient in org.eclipse.jetty.ee10.websocket.jakarta.client
Fields in org.eclipse.jetty.ee10.websocket.jakarta.client declared as WebSocketCoreClientModifier and TypeFieldDescriptionprotected WebSocketCoreClient
JakartaWebSocketClientContainer.coreClient
Fields in org.eclipse.jetty.ee10.websocket.jakarta.client with type parameters of type WebSocketCoreClientModifier and TypeFieldDescriptionprotected Function
<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactory
Methods in org.eclipse.jetty.ee10.websocket.jakarta.client that return WebSocketCoreClientModifier and TypeMethodDescriptionprotected WebSocketCoreClient
JakartaWebSocketClientContainer.getWebSocketCoreClient()
Constructor parameters in org.eclipse.jetty.ee10.websocket.jakarta.client with type arguments of type WebSocketCoreClientModifierConstructorDescriptionJakartaWebSocketClientContainer
(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) -
Uses of WebSocketCoreClient in org.eclipse.jetty.ee8.websocket.client.impl
Constructors in org.eclipse.jetty.ee8.websocket.client.impl with parameters of type WebSocketCoreClientModifierConstructorDescriptionJettyClientUpgradeRequest
(WebSocketCoreClient coreClient, ClientUpgradeRequest request, URI requestURI, JettyWebSocketFrameHandlerFactory frameHandlerFactory, Object websocketPojo) -
Uses of WebSocketCoreClient in org.eclipse.jetty.ee8.websocket.javax.client
Fields in org.eclipse.jetty.ee8.websocket.javax.client declared as WebSocketCoreClientModifier and TypeFieldDescriptionprotected WebSocketCoreClient
JavaxWebSocketClientContainer.coreClient
Fields in org.eclipse.jetty.ee8.websocket.javax.client with type parameters of type WebSocketCoreClientModifier and TypeFieldDescriptionprotected Function
<WebSocketComponents, WebSocketCoreClient> JavaxWebSocketClientContainer.coreClientFactory
Methods in org.eclipse.jetty.ee8.websocket.javax.client that return WebSocketCoreClientModifier and TypeMethodDescriptionprotected WebSocketCoreClient
JavaxWebSocketClientContainer.getWebSocketCoreClient()
Constructor parameters in org.eclipse.jetty.ee8.websocket.javax.client with type arguments of type WebSocketCoreClientModifierConstructorDescriptionJavaxWebSocketClientContainer
(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) -
Uses of WebSocketCoreClient in org.eclipse.jetty.ee9.websocket.client.impl
Constructors in org.eclipse.jetty.ee9.websocket.client.impl with parameters of type WebSocketCoreClientModifierConstructorDescriptionJettyClientUpgradeRequest
(WebSocketCoreClient coreClient, ClientUpgradeRequest request, URI requestURI, JettyWebSocketFrameHandlerFactory frameHandlerFactory, Object websocketPojo) -
Uses of WebSocketCoreClient in org.eclipse.jetty.ee9.websocket.jakarta.client
Fields in org.eclipse.jetty.ee9.websocket.jakarta.client declared as WebSocketCoreClientModifier and TypeFieldDescriptionprotected WebSocketCoreClient
JakartaWebSocketClientContainer.coreClient
Fields in org.eclipse.jetty.ee9.websocket.jakarta.client with type parameters of type WebSocketCoreClientModifier and TypeFieldDescriptionprotected Function
<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactory
Methods in org.eclipse.jetty.ee9.websocket.jakarta.client that return WebSocketCoreClientModifier and TypeMethodDescriptionprotected WebSocketCoreClient
JakartaWebSocketClientContainer.getWebSocketCoreClient()
Constructor parameters in org.eclipse.jetty.ee9.websocket.jakarta.client with type arguments of type WebSocketCoreClientModifierConstructorDescriptionJakartaWebSocketClientContainer
(WebSocketComponents components, Function<WebSocketComponents, WebSocketCoreClient> coreClientFactory) -
Uses of WebSocketCoreClient in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client with parameters of type WebSocketCoreClientModifier and TypeMethodDescriptionstatic CoreClientUpgradeRequest
CoreClientUpgradeRequest.from
(WebSocketCoreClient webSocketClient, URI requestURI, FrameHandler frameHandler) Constructors in org.eclipse.jetty.websocket.core.client with parameters of type WebSocketCoreClientModifierConstructorDescriptionCoreClientUpgradeRequest
(WebSocketCoreClient webSocketClient, URI requestURI)