Class HttpChannelState

java.lang.Object
org.eclipse.jetty.server.internal.HttpChannelState
All Implemented Interfaces:
Components, HttpChannel, Invocable

public class HttpChannelState extends Object implements HttpChannel, Components
A Channel represents a sequence of request cycles from the same connection with only a single request cycle may be active at once for each channel.

Many methods return Runnables to indicate that further work is needed. These can be given to an ExecutionStrategy instead of calling known methods like HttpChannel.handle().