| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpChannelState |
AsyncContextEvent.getHttpChannelState() |
|
HttpChannelState |
AsyncContextState.getHttpChannelState() |
|
protected HttpChannelState |
HttpInput.getHttpChannelState() |
|
HttpChannelState |
Request.getHttpChannelState() |
|
HttpChannelState |
HttpChannel.getState() |
| Modifier and Type | Method | Description |
|---|---|---|
protected HttpInput |
HttpChannel.newHttpInput(HttpChannelState state) |
|
protected HttpInput |
HttpChannelOverHttp.newHttpInput(HttpChannelState state) |
| Constructor | Description |
|---|---|
AsyncContextEvent(ContextHandler.Context context,
AsyncContextState asyncContext,
HttpChannelState state,
Request baseRequest,
ServletRequest request,
ServletResponse response) |
|
AsyncContextState(HttpChannelState state) |
|
HttpInput(HttpChannelState state) |
|
HttpInputOverHTTP(HttpChannelState state) |
Copyright © 1995–2018 Webtide. All rights reserved.