-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.ws.WsSession
public interface WsServerSession implements WsSession
-
-
Method Summary
Modifier and Type Method Description abstract Map<?, ?>getAttributes()abstract HttpServerRequestPortgetRequest()abstract ExceptiongetException()abstract Map<String, String>getPathParameters()-
-
Method Detail
-
getAttributes
abstract Map<?, ?> getAttributes()
-
getRequest
abstract HttpServerRequestPort getRequest()
-
getException
abstract Exception getException()
-
getPathParameters
abstract Map<String, String> getPathParameters()
-
-
-
-