public interface ServerContainer extends ClientContainer
| Modifier and Type | Method and Description |
|---|---|
void |
publishServer(Endpoint endpoint,
ServerEndpointConfiguration ilc)
Publish the given endpoint with the provided configuration
information.
|
connectToServer, getActiveSessions, getInstalledExtensions, getMaxBinaryMessageBufferSize, getMaxSessionIdleTimeout, getMaxTextMessageBufferSize, setMaxBinaryMessageBufferSize, setMaxSessionIdleTimeout, setMaxTextMessageBufferSizevoid publishServer(Endpoint endpoint, ServerEndpointConfiguration ilc)
endpoint - the endpoint to be deployed.ilc - the endpoint configuration that the runtime should use
to deploy the endpoint.Copyright © 2012. All Rights Reserved.