Uses of Class
net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.AuthResult
Package | Description |
---|---|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
-
Uses of I2PTunnelHTTPClientBase.AuthResult in net.i2p.i2ptunnel
Methods in net.i2p.i2ptunnel that return I2PTunnelHTTPClientBase.AuthResult Modifier and Type Method Description protected I2PTunnelHTTPClientBase.AuthResult
I2PTunnelHTTPClientBase. authorize(Socket s, long requestId, String method, String authorization)
Authorization Ref: RFC 2617 If the socket is an InternalSocket, no auth required.static I2PTunnelHTTPClientBase.AuthResult
I2PTunnelHTTPClientBase.AuthResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static I2PTunnelHTTPClientBase.AuthResult[]
I2PTunnelHTTPClientBase.AuthResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.