Class PathSegmentHandler
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.handler.PathSegmentHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public final class PathSegmentHandler extends java.lang.Object implements io.undertow.server.HttpHandlerTODO JavaDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathSegmentHandler.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PathSegmentHandler.Builderbuilder()voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Method Detail
-
builder
public static PathSegmentHandler.Builder builder()
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws java.lang.Exception- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
java.lang.Exception
-
-