public class ReadHandler extends DefaultAsyncHandler<FileBackedOutputStream>
body, status
Constructor and Description |
---|
ReadHandler() |
Modifier and Type | Method and Description |
---|---|
protected FileBackedOutputStream |
getResult(int status,
io.netty.handler.codec.http.HttpHeaders headers,
FileBackedOutputStream body) |
org.asynchttpclient.AsyncHandler.State |
onStatusReceived(org.asynchttpclient.HttpResponseStatus responseStatus) |
onBodyPartReceived, onCompleted, onHeadersReceived, onThrowable, prepare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onConnectionOffer, onConnectionPoolAttempt, onConnectionPooled, onHostnameResolutionAttempt, onHostnameResolutionFailure, onHostnameResolutionSuccess, onRequestSend, onRetry, onTcpConnectAttempt, onTcpConnectFailure, onTcpConnectSuccess, onTlsHandshakeAttempt, onTlsHandshakeFailure, onTlsHandshakeSuccess, onTrailingHeadersReceived
protected FileBackedOutputStream getResult(int status, io.netty.handler.codec.http.HttpHeaders headers, FileBackedOutputStream body)
getResult
in class DefaultAsyncHandler<FileBackedOutputStream>
public org.asynchttpclient.AsyncHandler.State onStatusReceived(org.asynchttpclient.HttpResponseStatus responseStatus) throws java.lang.Exception
onStatusReceived
in interface org.asynchttpclient.AsyncHandler<FileBackedOutputStream>
onStatusReceived
in class DefaultAsyncHandler<FileBackedOutputStream>
java.lang.Exception
Copyright © 2021. All Rights Reserved.