Class HttpResponseHeaderParser
java.lang.Object
org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser
Responsible for reading UTF8 Response Header lines and parsing them into a provided UpgradeResponse object.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpResponseHeaderParser
-
-
Method Details
-
isDone
public boolean isDone() -
parse
public HttpResponseHeaderParseListener parse(ByteBuffer buf) throws HttpResponseHeaderParser.ParseException
-