Class StreamedAsyncHandlerWrapper<T>
java.lang.Object
io.opentelemetry.javaagent.instrumentation.playws.v2_1.AsyncHandlerWrapper<T>
io.opentelemetry.javaagent.instrumentation.playws.v2_1.StreamedAsyncHandlerWrapper<T>
- All Implemented Interfaces:
play.shaded.ahc.org.asynchttpclient.AsyncHandler<T>,play.shaded.ahc.org.asynchttpclient.handler.StreamedAsyncHandler<T>
public class StreamedAsyncHandlerWrapper<T>
extends AsyncHandlerWrapper<T>
implements play.shaded.ahc.org.asynchttpclient.handler.StreamedAsyncHandler<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface play.shaded.ahc.org.asynchttpclient.AsyncHandler
play.shaded.ahc.org.asynchttpclient.AsyncHandler.State -
Constructor Summary
ConstructorsConstructorDescriptionStreamedAsyncHandlerWrapper(play.shaded.ahc.org.asynchttpclient.handler.StreamedAsyncHandler<T> delegate, play.shaded.ahc.org.asynchttpclient.Request request, io.opentelemetry.context.Context context, io.opentelemetry.context.Context parentContext) -
Method Summary
Modifier and TypeMethodDescriptionplay.shaded.ahc.org.asynchttpclient.AsyncHandler.StateonStream(org.reactivestreams.Publisher<play.shaded.ahc.org.asynchttpclient.HttpResponseBodyPart> publisher) Methods inherited from class io.opentelemetry.javaagent.instrumentation.playws.v2_1.AsyncHandlerWrapper
getParentContext, onBodyPartReceived, onCompleted, onConnectionOffer, onConnectionPoolAttempt, onConnectionPooled, onHeadersReceived, onHostnameResolutionAttempt, onHostnameResolutionFailure, onHostnameResolutionSuccess, onRequestSend, onRetry, onStatusReceived, onTcpConnectAttempt, onTcpConnectFailure, onTcpConnectSuccess, onThrowable, onTlsHandshakeAttempt, onTlsHandshakeFailure, onTlsHandshakeSuccess, onTrailingHeadersReceivedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface play.shaded.ahc.org.asynchttpclient.AsyncHandler
onBodyPartReceived, onCompleted, onConnectionOffer, onConnectionPoolAttempt, onConnectionPooled, onHeadersReceived, onHostnameResolutionAttempt, onHostnameResolutionFailure, onHostnameResolutionSuccess, onRequestSend, onRetry, onStatusReceived, onTcpConnectAttempt, onTcpConnectFailure, onTcpConnectSuccess, onThrowable, onTlsHandshakeAttempt, onTlsHandshakeFailure, onTlsHandshakeSuccess, onTrailingHeadersReceived
-
Constructor Details
-
StreamedAsyncHandlerWrapper
public StreamedAsyncHandlerWrapper(play.shaded.ahc.org.asynchttpclient.handler.StreamedAsyncHandler<T> delegate, play.shaded.ahc.org.asynchttpclient.Request request, io.opentelemetry.context.Context context, io.opentelemetry.context.Context parentContext)
-
-
Method Details
-
onStream
public play.shaded.ahc.org.asynchttpclient.AsyncHandler.State onStream(org.reactivestreams.Publisher<play.shaded.ahc.org.asynchttpclient.HttpResponseBodyPart> publisher) - Specified by:
onStreamin interfaceplay.shaded.ahc.org.asynchttpclient.handler.StreamedAsyncHandler<T>
-