public abstract class Http2ServerHandler extends Object implements ServerHandler<HttpRequest,HttpResponse>
| Constructor and Description |
|---|
Http2ServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleHttpRequest(Http2RequestImpl abstractRequest) |
void |
onBodyStream(ByteBuffer buffer,
Request request) |
protected void |
onHeaderComplete(Http2RequestImpl request) |
void |
onHeaderComplete(Request request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandle, handlepublic final void onHeaderComplete(Request request) throws IOException
onHeaderComplete in interface Handler<Request>IOExceptionpublic final void onBodyStream(ByteBuffer buffer, Request request)
onBodyStream in interface Handler<Request>protected void onHeaderComplete(Http2RequestImpl request) throws IOException
IOExceptionpublic final void handleHttpRequest(Http2RequestImpl abstractRequest)
Copyright © 2025. All rights reserved.