@ApiStatus.Internal public final class AsyncHttpTransportFactory extends java.lang.Object implements ITransportFactory
AsyncHttpTransport
.Constructor and Description |
---|
AsyncHttpTransportFactory() |
Modifier and Type | Method and Description |
---|---|
@NotNull ITransport |
create(@NotNull SentryOptions options,
@NotNull RequestDetails requestDetails)
Creates an instance of
ITransport . |
@NotNull public @NotNull ITransport create(@NotNull @NotNull SentryOptions options, @NotNull @NotNull RequestDetails requestDetails)
ITransportFactory
ITransport
.create
in interface ITransportFactory
options
- sentry configuration that can be used to create transportrequestDetails
- http request properties that must be applied to http request invoked by
the transport