public class UndertowServerEngineFactory extends Object implements org.apache.cxf.buslifecycle.BusLifeCycleListener
Constructor and Description |
---|
UndertowServerEngineFactory(org.apache.cxf.Bus b) |
Modifier and Type | Method and Description |
---|---|
UndertowServerEngine |
createHttpServerEngine(String host,
int port,
String protocol) |
void |
destroyForPort(int port)
This method removes the Server Engine from the port map and stops it.
|
org.apache.cxf.Bus |
getBus() |
void |
initComplete() |
void |
postShutdown() |
void |
preShutdown() |
UndertowServerEngine |
retrieveHttpServerEngine(int port)
Retrieve a previously configured HttpServerEngine for the
given port.
|
void |
setBus(org.apache.cxf.Bus bus)
This call is used to set the bus.
|
public UndertowServerEngineFactory(org.apache.cxf.Bus b)
public final void setBus(org.apache.cxf.Bus bus)
bus
- public org.apache.cxf.Bus getBus()
public UndertowServerEngine retrieveHttpServerEngine(int port)
public UndertowServerEngine createHttpServerEngine(String host, int port, String protocol) throws IOException
IOException
public void destroyForPort(int port)
public void initComplete()
initComplete
in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
public void postShutdown()
postShutdown
in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
public void preShutdown()
preShutdown
in interface org.apache.cxf.buslifecycle.BusLifeCycleListener
Copyright © 2016 JBoss, by Red Hat. All rights reserved.