public class ProxyConnectionFactory extends AbstractConnectionFactory
This factory can be placed in front of any other connection factory to process the proxy line before the normal protocol handling
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyConnectionFactory.ProxyConnection |
static class |
ProxyConnectionFactory.ProxyEndPoint |
AbstractLifeCycle.AbstractLifeCycleListenerConnectionFactory.UpgradingContainer.InheritedListener, Container.ListenerLifeCycle.ListenerFAILED, RUNNING, STARTED, STARTING, STOP_ON_FAILURE, STOPPED, STOPPING| Constructor and Description |
|---|
ProxyConnectionFactory()
Proxy Connection Factory that uses the next ConnectionFactory
on the connector as the next protocol
|
ProxyConnectionFactory(String nextProtocol) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
newConnection(Connector connector,
EndPoint endp)
Creates a new
Connection with the given parameters |
configure, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize, toStringaddBean, addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic ProxyConnectionFactory()
public ProxyConnectionFactory(String nextProtocol)
public Connection newConnection(Connector connector, EndPoint endp)
ConnectionFactoryCreates a new Connection with the given parameters
connector - The Connector creating this connectionendp - the EndPoint associated with the connectionConnectionCopyright © 1995–2017 Webtide. All rights reserved.