net.dpml.http
Interface SelectChannelConnector.Context

All Superinterfaces:
ConnectorContext
Enclosing interface:
SelectChannelConnector

public static interface SelectChannelConnector.Context
extends ConnectorContext

Select channel context definition.


Method Summary
 boolean getAssumeShortDispatch(boolean flag)
          Return the policy concerning short dispatch.
 
Methods inherited from interface net.dpml.http.ConnectorContext
getAcceptors, getAcceptQueueSize, getConfidentialPort, getConfidentialScheme, getHeaderBufferSize, getHost, getIntegralPort, getIntegralScheme, getMaxIdleTime, getPort, getRequestBufferSize, getResponseBufferSize, getSoLingerTime
 

Method Detail

getAssumeShortDispatch

public boolean getAssumeShortDispatch(boolean flag)
Return the policy concerning short dispatch.

Parameters:
flag - implementation defined default value
Returns:
the supplied policy unless overriden in the deployment configuration