Class GrizzlyClientContainer
- java.lang.Object
-
- org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer
-
- All Implemented Interfaces:
org.glassfish.tyrus.spi.ClientContainer
public class GrizzlyClientContainer extends java.lang.Object implements org.glassfish.tyrus.spi.ClientContainer- Author:
- Danny Coward, Pavel Bucek
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSHARED_CONTAINERDeprecated.please useClientProperties.SHARED_CONTAINER.static java.lang.StringSHARED_CONTAINER_IDLE_TIMEOUTDeprecated.please useClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT.static java.lang.StringSSL_ENGINE_CONFIGURATORDeprecated.please useClientProperties.SSL_ENGINE_CONFIGURATOR.
-
Constructor Summary
Constructors Constructor Description GrizzlyClientContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidopenClientSocket(jakarta.websocket.ClientEndpointConfig cec, java.util.Map<java.lang.String,java.lang.Object> properties, org.glassfish.tyrus.spi.ClientEngine clientEngine)
-
-
-
Field Detail
-
SSL_ENGINE_CONFIGURATOR
public static final java.lang.String SSL_ENGINE_CONFIGURATOR
Deprecated.please useClientProperties.SSL_ENGINE_CONFIGURATOR.- See Also:
- Constant Field Values
-
SHARED_CONTAINER
public static final java.lang.String SHARED_CONTAINER
Deprecated.please useClientProperties.SHARED_CONTAINER.When set totrue(boolean value), client runtime preserves used container and reuses it for outgoing connections.- See Also:
ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT, Constant Field Values
-
SHARED_CONTAINER_IDLE_TIMEOUT
public static final java.lang.String SHARED_CONTAINER_IDLE_TIMEOUT
Deprecated.please useClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT.Container idle timeout in seconds (Integer value).- See Also:
ClientProperties.SHARED_CONTAINER, Constant Field Values
-
-
Method Detail
-
openClientSocket
public void openClientSocket(jakarta.websocket.ClientEndpointConfig cec, java.util.Map<java.lang.String,java.lang.Object> properties, org.glassfish.tyrus.spi.ClientEngine clientEngine) throws jakarta.websocket.DeploymentException, java.io.IOException- Specified by:
openClientSocketin interfaceorg.glassfish.tyrus.spi.ClientContainer- Throws:
jakarta.websocket.DeploymentExceptionjava.io.IOException
-
-