Uses of Class
com.pixelservices.flash.components.http.routing.models.RequestInfo
Packages that use RequestInfo
Package
Description
-
Uses of RequestInfo in com.pixelservices.flash.components
Methods in com.pixelservices.flash.components that return RequestInfo -
Uses of RequestInfo in com.pixelservices.flash.components.http
Methods in com.pixelservices.flash.components.http with parameters of type RequestInfoModifier and TypeMethodDescriptionvoid
HttpRequestHandler.handle
(ClientAttachment att, RequestInfo reqInfo, String fullRequestData) -
Uses of RequestInfo in com.pixelservices.flash.components.websocket
Methods in com.pixelservices.flash.components.websocket that return RequestInfoModifier and TypeMethodDescriptionWebSocketSession.getRequestInfo()
Get the request info instance (path, headers, method)Methods in com.pixelservices.flash.components.websocket with parameters of type RequestInfoModifier and TypeMethodDescriptionvoid
WebSocketRequestHandler.handle
(AsynchronousSocketChannel clientChannel, RequestInfo reqInfo) Constructors in com.pixelservices.flash.components.websocket with parameters of type RequestInfoModifierConstructorDescriptionWebSocketSession
(AsynchronousSocketChannel channel, RequestInfo requestInfo, String path)