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 WebSocketCoreClientJakartaWebSocketClientContainer.coreClientFields in org.eclipse.jetty.ee10.websocket.jakarta.client with type parameters of type WebSocketCoreClientModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactoryMethods in org.eclipse.jetty.ee10.websocket.jakarta.client that return WebSocketCoreClientModifier and TypeMethodDescriptionprotected WebSocketCoreClientJakartaWebSocketClientContainer.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 WebSocketCoreClientJavaxWebSocketClientContainer.coreClientFields in org.eclipse.jetty.ee8.websocket.javax.client with type parameters of type WebSocketCoreClientModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JavaxWebSocketClientContainer.coreClientFactoryMethods in org.eclipse.jetty.ee8.websocket.javax.client that return WebSocketCoreClientModifier and TypeMethodDescriptionprotected WebSocketCoreClientJavaxWebSocketClientContainer.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 WebSocketCoreClientJakartaWebSocketClientContainer.coreClientFields in org.eclipse.jetty.ee9.websocket.jakarta.client with type parameters of type WebSocketCoreClientModifier and TypeFieldDescriptionprotected Function<WebSocketComponents, WebSocketCoreClient> JakartaWebSocketClientContainer.coreClientFactoryMethods in org.eclipse.jetty.ee9.websocket.jakarta.client that return WebSocketCoreClientModifier and TypeMethodDescriptionprotected WebSocketCoreClientJakartaWebSocketClientContainer.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 CoreClientUpgradeRequestCoreClientUpgradeRequest.from(WebSocketCoreClient webSocketClient, URI requestURI, FrameHandler frameHandler) Constructors in org.eclipse.jetty.websocket.core.client with parameters of type WebSocketCoreClientModifierConstructorDescriptionCoreClientUpgradeRequest(WebSocketCoreClient webSocketClient, URI requestURI)