Uses of Class
net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.AuthResult

Packages that use I2PTunnelHTTPClientBase.AuthResult
net.i2p.i2ptunnel   
 

Uses of I2PTunnelHTTPClientBase.AuthResult in net.i2p.i2ptunnel
 

Methods in net.i2p.i2ptunnel that return I2PTunnelHTTPClientBase.AuthResult
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.