public class HttpResponseHeaderParser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpResponseHeaderParser.ParseException |
Constructor and Description |
---|
HttpResponseHeaderParser(HttpResponseHeaderParseListener listener) |
Modifier and Type | Method and Description |
---|---|
boolean |
isDone() |
HttpResponseHeaderParseListener |
parse(java.nio.ByteBuffer buf) |
public HttpResponseHeaderParser(HttpResponseHeaderParseListener listener)
public boolean isDone()
public HttpResponseHeaderParseListener parse(java.nio.ByteBuffer buf) throws HttpResponseHeaderParser.ParseException
Copyright © 1995–2023 Webtide. All rights reserved.