Uses of Enum Class
is.galia.http.Transport
Packages that use Transport
Package
Description
Contains a simple HTTP client and server along with some utility
classes.
-
Uses of Transport in is.galia.http
Subclasses with type arguments of type Transport in is.galia.httpMethods in is.galia.http that return TransportModifier and TypeMethodDescriptionClient.getTransport()JDKHttpResponseWrapper.getTransport()MutableResponse.getTransport()OkHttpResponseWrapper.getTransport()Response.getTransport()static TransportReturns the enum constant of this class with the specified name.static Transport[]Transport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.galia.http with parameters of type TransportModifier and TypeMethodDescriptionvoidClient.setTransport(Transport transport) voidMutableResponse.setTransport(Transport transport)