@Deprecated public class SipServerHelper extends ServerConnectionHelper
clientSide, controller, inboundMessages, outboundMessages| Constructor and Description |
|---|
SipServerHelper(Server server)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canHandle(Connection<Server> connection,
Response response)
Deprecated.
Indicates if the connection can handle the given response at this point
in time.
|
ServerInboundWay |
createInboundWay(Connection<Server> connection,
int bufferSize)
Deprecated.
Creates an inbound way for the given connection.
|
OutboundWay |
createOutboundWay(Connection<Server> connection,
int bufferSize)
Deprecated.
Creates an outbound way for the given connection.
|
Request |
createRequest(Connection<Server> connection,
String methodName,
String resourceUri,
String protocol)
Deprecated.
Creates a new request.
|
boolean |
isPipeliningConnections()
Deprecated.
Indicates if pipelining connections are supported.
|
createConnection, createController, createServerSocketChannel, createSocketAddress, doHandleInbound, doHandleOutbound, getController, getServerSocketChannel, handle, handleInbound, handleOutbound, isControllerDaemon, isProxying, isReuseAddress, setEphemeralPort, setEphemeralPort, start, stopaddOutboundMessage, checkin, checkout, configure, createConnectionPool, doFinishStop, doGracefulStop, getConnectionPool, getConnections, getInitialConnections, getMaxConnectionsPerHost, getMaxTotalConnections, getSocketLingerTimeMs, getSocketReceiveBufferSize, getSocketSendBufferSize, getSocketTrafficClass, isPersistingConnections, isPooledConnection, isSocketKeepAlive, isSocketNoDelay, isSocketOobInline, isSocketReuseAddresscontrol, createControllerService, createRequest, createWorkerService, execute, getControllerSleepTimeMs, getInboundBufferSize, getInboundMessages, getLowThreads, getMaxIoIdleTimeMs, getMaxQueued, getMaxThreadIdleTimeMs, getMaxThreads, getMinThreads, getOutboundBufferSize, getOutboundMessages, getRequest, getThrottleTimeMs, getTraceStream, getTransport, getWorkerService, handleInbound, handleOutbound, hasWorkerThreads, isClientSide, isDirectBuffers, isServerSide, isTracing, isWorkerServiceOverloaded, onInboundError, onOutboundError, traceWorkerServicegetConnectorService, getContext, getProtocols, updategetAttributes, getHelped, getHelpedParameters, getLogger, getMetadataService, setHelpedpublic SipServerHelper(Server server)
server - The server to help.protected boolean canHandle(Connection<Server> connection, Response response)
ServerConnectionHelpercanHandle in class ServerConnectionHelperconnection - The parent connection.response - The response to handle.public ServerInboundWay createInboundWay(Connection<Server> connection, int bufferSize)
ConnectionHelpercreateInboundWay in class ConnectionHelper<Server>connection - The parent connection.bufferSize - The byte buffer size.public OutboundWay createOutboundWay(Connection<Server> connection, int bufferSize)
ConnectionHelpercreateOutboundWay in class ConnectionHelper<Server>connection - The parent connection.bufferSize - The byte buffer size.public Request createRequest(Connection<Server> connection, String methodName, String resourceUri, String protocol)
ServerConnectionHelpercreateRequest in class ServerConnectionHelperconnection - The associated connection.methodName - The method name.resourceUri - The target resource URI.protocol - The protocol name and version.public boolean isPipeliningConnections()
ConnectionHelperisPipeliningConnections in class ConnectionHelper<Server>Copyright © 2005–2015. All rights reserved.