public interface AsyncMuHandler
Modifier and Type | Method and Description |
---|---|
boolean |
onHeaders(AsyncContext ctx,
Headers headers) |
void |
onRequestComplete(AsyncContext ctx) |
void |
onRequestData(AsyncContext ctx,
ByteBuffer buffer) |
boolean onHeaders(AsyncContext ctx, Headers headers) throws Exception
Exception
void onRequestData(AsyncContext ctx, ByteBuffer buffer) throws Exception
Exception
void onRequestComplete(AsyncContext ctx)
Copyright © 2017–2018. All rights reserved.