Identifies the end point of an HTTP request.
Context for processing HTTP chunks.
Abstract context for reading HTTP requests and writing HTTP responses
Context for processing HTTP requests.
Details of the initial HTTP request that triggered HTTP chunk or WebSocket processing
When processing a web request, the context provides a uniform way to read request data and write response data.
Context for processing web socket frames.
Context for processing web socket handshakes.
Statics
Context objects provides a uniform way to read request data and write response data.
Socko uses ProcessingContext as the bridge between Netty handlers and Akka actor processors. ProcessingContext are created by Socko's Netty request handler (RequestHandler) and passed to your Akka actor processors via routes.
There are 4 types of ProcessingContext