Package | Description |
---|---|
org.eclipse.jetty.client.http | |
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Method and Description |
---|---|
void |
HttpReceiverOverHTTP.badMessage(BadMessageException failure) |
Modifier and Type | Class and Description |
---|---|
private static class |
HttpParser.IllegalCharacterException |
private static class |
MultiPartParser.IllegalCharacterException |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpParser.badMessage(BadMessageException x) |
default void |
HttpParser.HttpHandler.badMessage(BadMessageException failure)
Called to signal that a bad HTTP message has been received.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpChannelOverHttp.badMessage(BadMessageException failure) |
void |
HttpChannel.onBadMessage(BadMessageException failure) |
Modifier and Type | Method and Description |
---|---|
private boolean |
HttpChannelOverHttp.upgrade()
Attempts to perform a HTTP/1.1 upgrade.
|
Connection |
ConnectionFactory.Upgrading.upgradeConnection(Connector connector,
EndPoint endPoint,
MetaData.Request upgradeRequest,
HttpFields responseFields)
Create a connection for an upgrade request.
|