Package de.quantummaid.httpmaid.undertow
Class UndertowEndpoint
- java.lang.Object
-
- de.quantummaid.httpmaid.undertow.UndertowEndpoint
-
- All Implemented Interfaces:
AutoCloseable
public final class UndertowEndpoint extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description UndertowEndpoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static UndertowEndpointstartUndertowEndpoint(HttpMaid httpMaid, int port)
-
-
-
Method Detail
-
startUndertowEndpoint
public static UndertowEndpoint startUndertowEndpoint(HttpMaid httpMaid, int port)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-