Uses of Class
org.apache.hc.core5.http.impl.io.AbstractMessageParser
Packages that use AbstractMessageParser
Package
Description
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
-
Uses of AbstractMessageParser in org.apache.hc.core5.http.impl.io
Subclasses of AbstractMessageParser in org.apache.hc.core5.http.impl.ioModifier and TypeClassDescriptionclass
HTTP request parser that obtain its input from an instance ofSessionInputBuffer
.class
HTTP response parser that obtain its input from an instance ofSessionInputBuffer
.