Package org.eclipse.jetty.http
Class HttpParser.IllegalCharacterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.http.BadMessageException
-
- org.eclipse.jetty.http.HttpParser.IllegalCharacterException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpParser
private static class HttpParser.IllegalCharacterException extends BadMessageException
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.http.BadMessageException
_code, _reason
-
-
Constructor Summary
Constructors Modifier Constructor Description private
IllegalCharacterException(HttpParser.State state, HttpTokens.Token token, java.nio.ByteBuffer buffer)
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.http.BadMessageException
getCode, getReason
-
-
-
-
Constructor Detail
-
IllegalCharacterException
private IllegalCharacterException(HttpParser.State state, HttpTokens.Token token, java.nio.ByteBuffer buffer)
-
-