public class InMemoryClientContainer extends java.lang.Object implements ClientContainer
ClientContainer implementation.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVER_CONFIG
Property used to define server config used for in-memory container.
|
INCOMING_BUFFER_SIZE, WLS_INCOMING_BUFFER_SIZE| Constructor and Description |
|---|
InMemoryClientContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
openClientSocket(ClientEndpointConfig cec,
java.util.Map<java.lang.String,java.lang.Object> properties,
ClientEngine clientEngine) |
public static final java.lang.String SERVER_CONFIG
Value has to be instance of ServerApplicationConfig and is provided as user
parameter in ClientEndpointConfig.
public void openClientSocket(ClientEndpointConfig cec, java.util.Map<java.lang.String,java.lang.Object> properties, ClientEngine clientEngine) throws DeploymentException, java.io.IOException
openClientSocket in interface ClientContainerDeploymentExceptionjava.io.IOExceptionCopyright © 2012–2020 Oracle Corporation. All rights reserved.