Uses of Class
com.envimate.httpmate.client.issuer.real.Protocol
-
Packages that use Protocol Package Description com.envimate.httpmate.client.clientbuilder com.envimate.httpmate.client.issuer.real -
-
Uses of Protocol in com.envimate.httpmate.client.clientbuilder
Methods in com.envimate.httpmate.client.clientbuilder with parameters of type Protocol Modifier and Type Method Description BasePathStageProtocolStage. viaTheProtocol(Protocol protocol) -
Uses of Protocol in com.envimate.httpmate.client.issuer.real
Methods in com.envimate.httpmate.client.issuer.real that return Protocol Modifier and Type Method Description static ProtocolProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.envimate.httpmate.client.issuer.real with parameters of type Protocol Modifier and Type Method Description static IssuerRealIssuer. realIssuer(Protocol protocol, java.lang.String host, int port, BasePath basePath)static IssuerRealIssuer. realIssuerWithConnectionReuse(Protocol protocol, java.lang.String host, int port, BasePath basePath)
-