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(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(ClientEndpointConfig cec, Map<String,Object> properties, org.glassfish.tyrus.spi.ClientEngine clientEngine) throws DeploymentException, IOException
openClientSocket in interface org.glassfish.tyrus.spi.ClientContainerDeploymentExceptionIOExceptionCopyright © 2012-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.