Class HttpResponseHeaderParser
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser
-
public class HttpResponseHeaderParser extends java.lang.Object
Responsible for reading UTF8 Response Header lines and parsing them into a provided UpgradeResponse object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HttpResponseHeaderParser.ParseException
-
Constructor Summary
Constructors Constructor Description HttpResponseHeaderParser(HttpResponseHeaderParseListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDone()
HttpResponseHeaderParseListener
parse(java.nio.ByteBuffer buf)
-
-
-
Constructor Detail
-
HttpResponseHeaderParser
public HttpResponseHeaderParser(HttpResponseHeaderParseListener listener)
-
-
Method Detail
-
isDone
public boolean isDone()
-
parse
public HttpResponseHeaderParseListener parse(java.nio.ByteBuffer buf) throws HttpResponseHeaderParser.ParseException
-
-