Class InMemoryClientContainer
- java.lang.Object
-
- org.glassfish.tyrus.container.inmemory.InMemoryClientContainer
-
- All Implemented Interfaces:
ClientContainer
public class InMemoryClientContainer extends java.lang.Object implements ClientContainer
In-MemoryClientContainerimplementation.- Author:
- Pavel Bucek
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVER_CONFIGProperty used to define server config used for in-memory container.-
Fields inherited from interface org.glassfish.tyrus.spi.ClientContainer
INCOMING_BUFFER_SIZE, WLS_INCOMING_BUFFER_SIZE
-
-
Constructor Summary
Constructors Constructor Description InMemoryClientContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidopenClientSocket(ClientEndpointConfig cec, java.util.Map<java.lang.String,java.lang.Object> properties, ClientEngine clientEngine)
-
-
-
Field Detail
-
SERVER_CONFIG
public static final java.lang.String SERVER_CONFIG
Property used to define server config used for in-memory container.Value has to be instance of
ServerApplicationConfigand is provided as user parameter inClientEndpointConfig.- See Also:
- Constant Field Values
-
-
Method Detail
-
openClientSocket
public void openClientSocket(ClientEndpointConfig cec, java.util.Map<java.lang.String,java.lang.Object> properties, ClientEngine clientEngine) throws DeploymentException, java.io.IOException
- Specified by:
openClientSocketin interfaceClientContainer- Throws:
DeploymentExceptionjava.io.IOException
-
-