Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpProtocolException
Package
Description
HTTP codecs required on the client side.
HTTP codecs required on the server side.
-
Uses of HttpProtocolException in org.jdrupes.httpcodec.protocols.http.client
Modifier and TypeMethodDescriptionprotected HttpResponse
HttpResponseDecoder.newMessage
(String startLine) Checks whether the first line of a message is a valid response. -
Uses of HttpProtocolException in org.jdrupes.httpcodec.protocols.http.server
Modifier and TypeMethodDescriptionprotected HttpDecoder.BodyMode
HttpRequestDecoder.headerReceived
(HttpRequest message) protected HttpRequest
HttpRequestDecoder.newMessage
(String startLine) Checks whether the first line of a message is a valid request.