Package | Description |
---|---|
net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
Modifier and Type | Method and 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.
|