public class GrizzlyClientContainer
extends java.lang.Object
implements org.glassfish.tyrus.spi.ClientContainer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHARED_CONTAINER
Deprecated.
please use
ClientProperties.SHARED_CONTAINER. |
static java.lang.String |
SHARED_CONTAINER_IDLE_TIMEOUT
Deprecated.
please use
ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT. |
static java.lang.String |
SSL_ENGINE_CONFIGURATOR
Deprecated.
please use
ClientProperties.SSL_ENGINE_CONFIGURATOR. |
| Constructor and Description |
|---|
GrizzlyClientContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
openClientSocket(javax.websocket.ClientEndpointConfig cec,
java.util.Map<java.lang.String,java.lang.Object> properties,
org.glassfish.tyrus.spi.ClientEngine clientEngine) |
public static final java.lang.String SSL_ENGINE_CONFIGURATOR
ClientProperties.SSL_ENGINE_CONFIGURATOR.public static final java.lang.String SHARED_CONTAINER
ClientProperties.SHARED_CONTAINER.true (boolean value), client runtime preserves used container and reuses it for outgoing
connections.ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT,
Constant Field Valuespublic static final java.lang.String SHARED_CONTAINER_IDLE_TIMEOUT
ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT.ClientProperties.SHARED_CONTAINER,
Constant Field Valuespublic void openClientSocket(javax.websocket.ClientEndpointConfig cec,
java.util.Map<java.lang.String,java.lang.Object> properties,
org.glassfish.tyrus.spi.ClientEngine clientEngine)
throws javax.websocket.DeploymentException,
java.io.IOException
openClientSocket in interface org.glassfish.tyrus.spi.ClientContainerjavax.websocket.DeploymentExceptionjava.io.IOExceptionCopyright © 2012–2022 Oracle Corporation. All rights reserved.