public abstract class AbstractConnectionFactory extends ContainerLifeCycle implements ConnectionFactory
AbstractLifeCycle.AbstractLifeCycleListenerContainer.InheritedListener, Container.ListenerLifeCycle.Listener| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConnectionFactory(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConnection |
configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
static ConnectionFactory[] |
getFactories(SslContextFactory sslContextFactory,
ConnectionFactory... factories) |
int |
getInputBufferSize() |
String |
getProtocol() |
void |
setInputBufferSize(int size) |
String |
toString() |
addBean, 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, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewConnectionprotected AbstractConnectionFactory(String protocol)
public String getProtocol()
getProtocol in interface ConnectionFactorypublic int getInputBufferSize()
public void setInputBufferSize(int size)
protected AbstractConnection configure(AbstractConnection connection, Connector connector, EndPoint endPoint)
public static ConnectionFactory[] getFactories(SslContextFactory sslContextFactory, ConnectionFactory... factories)
Copyright © 1995-2015 Webtide. All Rights Reserved.