MuRequest.handleAsync()
from a standard Mu Handler.@Deprecated public interface AsyncMuHandler
Modifier and Type | Method and Description |
---|---|
boolean |
onHeaders(AsyncContext ctx,
Headers headers)
Deprecated.
|
void |
onRequestComplete(AsyncContext ctx)
Deprecated.
|
void |
onRequestData(AsyncContext ctx,
ByteBuffer buffer)
Deprecated.
|
boolean onHeaders(AsyncContext ctx, Headers headers) throws Exception
Exception
void onRequestData(AsyncContext ctx, ByteBuffer buffer) throws Exception
Exception
void onRequestComplete(AsyncContext ctx)
Copyright © 2017–2019. All rights reserved.