public static class SPDYClient.Factory extends ContainerLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener
Container.InheritedListener, Container.Listener
LifeCycle.Listener
Constructor and Description |
---|
SPDYClient.Factory() |
SPDYClient.Factory(Executor executor) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
SslContextFactory sslContextFactory,
long idleTimeout) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
SslContextFactory sslContextFactory) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
SslContextFactory sslContextFactory,
long idleTimeout) |
SPDYClient.Factory(SslContextFactory sslContextFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStop()
Stops the managed lifecycle beans in the reverse order they were added.
|
protected void |
dumpThis(Appendable out) |
ByteBufferPool |
getByteBufferPool() |
long |
getConnectTimeout() |
Executor |
getExecutor() |
Scheduler |
getScheduler() |
Collection<Session> |
getSessions() |
SslContextFactory |
getSslContextFactory() |
SPDYClient |
newSPDYClient(short version) |
SPDYClient |
newSPDYClient(short version,
NegotiatingClientConnectionFactory negotiatingFactory) |
void |
setConnectTimeout(long connectTimeout) |
addBean, addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeans
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
public SPDYClient.Factory()
public SPDYClient.Factory(SslContextFactory sslContextFactory)
public SPDYClient.Factory(Executor executor)
public SPDYClient.Factory(Executor executor, Scheduler scheduler, SslContextFactory sslContextFactory)
public SPDYClient.Factory(Executor executor, Scheduler scheduler, SslContextFactory sslContextFactory, long idleTimeout)
public SPDYClient.Factory(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, SslContextFactory sslContextFactory, long idleTimeout)
public ByteBufferPool getByteBufferPool()
public Scheduler getScheduler()
public Executor getExecutor()
public SslContextFactory getSslContextFactory()
public long getConnectTimeout()
public void setConnectTimeout(long connectTimeout)
public SPDYClient newSPDYClient(short version)
public SPDYClient newSPDYClient(short version, NegotiatingClientConnectionFactory negotiatingFactory)
protected void doStop() throws Exception
ContainerLifeCycle
doStop
in class ContainerLifeCycle
Exception
public Collection<Session> getSessions()
protected void dumpThis(Appendable out) throws IOException
dumpThis
in class ContainerLifeCycle
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.