public class GrizzlyClientContainer extends Object implements org.glassfish.tyrus.spi.ClientContainer
| Modifier and Type | Field and Description |
|---|---|
static String |
SHARED_CONTAINER
Deprecated.
please use
ClientProperties.SHARED_CONTAINER. |
static String |
SHARED_CONTAINER_IDLE_TIMEOUT
Deprecated.
please use
ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT. |
static 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,
Map<String,Object> properties,
org.glassfish.tyrus.spi.ClientEngine clientEngine) |
public static final String SSL_ENGINE_CONFIGURATOR
ClientProperties.SSL_ENGINE_CONFIGURATOR.public static final 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 String SHARED_CONTAINER_IDLE_TIMEOUT
ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT.ClientProperties.SHARED_CONTAINER,
Constant Field Valuespublic void openClientSocket(javax.websocket.ClientEndpointConfig cec,
Map<String,Object> properties,
org.glassfish.tyrus.spi.ClientEngine clientEngine)
throws javax.websocket.DeploymentException,
IOException
openClientSocket in interface org.glassfish.tyrus.spi.ClientContainerjavax.websocket.DeploymentExceptionIOExceptionCopyright © 2012–2020 Oracle Corporation. All rights reserved.