public class WriteHandler extends DefaultAsyncHandler<java.lang.Void>
body, status
Constructor and Description |
---|
WriteHandler(java.lang.String path,
java.io.InputStream source) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
getResult(int status,
io.netty.handler.codec.http.HttpHeaders headers,
FileBackedOutputStream body) |
org.asynchttpclient.BoundRequestBuilder |
prepare(org.asynchttpclient.BoundRequestBuilder rb) |
onBodyPartReceived, onCompleted, onHeadersReceived, onStatusReceived, onThrowable
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
public WriteHandler(java.lang.String path, java.io.InputStream source)
protected java.lang.Void getResult(int status, io.netty.handler.codec.http.HttpHeaders headers, FileBackedOutputStream body)
getResult
in class DefaultAsyncHandler<java.lang.Void>
public org.asynchttpclient.BoundRequestBuilder prepare(org.asynchttpclient.BoundRequestBuilder rb)
prepare
in class DefaultAsyncHandler<java.lang.Void>
Copyright © 2021. All Rights Reserved.