Class UndertowServerEngine
java.lang.Object
org.jboss.wsf.stack.cxf.addons.transports.undertow.UndertowServerEngine
A server engine that internally uses Undertow
- Author:
- alessio.soldano@jboss.com, Jim Ma
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowServerEngine(UndertowServerEngineFactory fac, Bus bus, String host, int port) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandler(String address, HttpHandler handler) getBus()getHost()intgetPort()voidremoveHandler(String address) voidshutdown()This method will shut down the server engine and remove it from the factory's cache.protected voidstop()This method is called by the ServerEngine Factory to destroy the server
-
Constructor Details
-
UndertowServerEngine
-
-
Method Details
-
getBus
-
getProtocol
-
getPort
public int getPort() -
getHost
-
addHandler
-
removeHandler
-
stop
This method is called by the ServerEngine Factory to destroy the server- Throws:
Exception
-
shutdown
public void shutdown()This method will shut down the server engine and remove it from the factory's cache.
-