Class 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.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.
      • Fields inherited from interface org.glassfish.tyrus.spi.ClientContainer

        INCOMING_BUFFER_SIZE, WLS_INCOMING_BUFFER_SIZE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void openClientSocket​(jakarta.websocket.ClientEndpointConfig cec, java.util.Map<java.lang.String,​java.lang.Object> properties, org.glassfish.tyrus.spi.ClientEngine clientEngine)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SSL_ENGINE_CONFIGURATOR

        public static final java.lang.String SSL_ENGINE_CONFIGURATOR
        Deprecated.
        please use ClientProperties.SSL_ENGINE_CONFIGURATOR.
        See Also:
        Constant Field Values
      • SHARED_CONTAINER

        public static final java.lang.String SHARED_CONTAINER
        Deprecated.
        please use ClientProperties.SHARED_CONTAINER.
        When set to true (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 use ClientProperties.SHARED_CONTAINER_IDLE_TIMEOUT.
        Container idle timeout in seconds (Integer value).
        See Also:
        ClientProperties.SHARED_CONTAINER, Constant Field Values
    • Constructor Detail

      • GrizzlyClientContainer

        public GrizzlyClientContainer()
    • 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:
        openClientSocket in interface org.glassfish.tyrus.spi.ClientContainer
        Throws:
        jakarta.websocket.DeploymentException
        java.io.IOException