public class NettyHttpConduitFactory extends Object implements BusLifeCycleListener, HTTPConduitFactory
| Constructor and Description |
|---|
NettyHttpConduitFactory() |
NettyHttpConduitFactory(Bus b) |
| Modifier and Type | Method and Description |
|---|---|
HTTPConduit |
createConduit(Bus bus,
EndpointInfo localInfo,
EndpointReferenceType target) |
HTTPConduit |
createConduit(HTTPTransportFactory f,
EndpointInfo localInfo,
EndpointReferenceType target) |
Executor |
getBossExecutor() |
Executor |
getWorkExecutor() |
void |
initComplete()
Invoked when the
Bus has been initialized. |
boolean |
isShutdown() |
void |
postShutdown()
Invoked after the
Bus is shutdown. |
void |
preShutdown()
Invoked before the
Bus is shutdown. |
void |
setBus(Bus b) |
public NettyHttpConduitFactory()
public NettyHttpConduitFactory(Bus b)
public void setBus(Bus b)
public HTTPConduit createConduit(HTTPTransportFactory f, EndpointInfo localInfo, EndpointReferenceType target) throws IOException
createConduit in interface HTTPConduitFactoryIOExceptionpublic HTTPConduit createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target) throws IOException
IOExceptionpublic void initComplete()
BusLifeCycleListenerBus has been initialized.initComplete in interface BusLifeCycleListenerpublic void preShutdown()
BusLifeCycleListenerBus is shutdown.preShutdown in interface BusLifeCycleListenerpublic void postShutdown()
BusLifeCycleListenerBus is shutdown.postShutdown in interface BusLifeCycleListenerpublic boolean isShutdown()
public Executor getWorkExecutor()
public Executor getBossExecutor()
Apache CXF