- val - Variable in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
-
- validate(Socket) - Method in class net.i2p.router.client.ClientListenerRunner
-
Verify the first byte.
- validate(Socket) - Method in class net.i2p.router.client.SSLClientListenerRunner
-
Overridden because SSL handshake may need more time,
and available() in super doesn't work.
- validate(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Determine whether this routerInfo will be accepted as valid and current
given what we know now.
- validate(SessionKey, HMACGenerator) - Method in class net.i2p.router.transport.udp.UDPPacket
-
Validate the packet against the MAC specified, returning true if the
MAC matches, false otherwise.
- validateMessage(long, long) - Method in class net.i2p.router.MessageValidator
-
Determine if this message should be accepted as valid (not expired, not a duplicate)
- validateMessage(long) - Method in class net.i2p.router.MessageValidator
-
Only check the expiration for the message
- validateSessionCreated() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
Blocking call (run in the establisher thread) to determine if the
session was created properly.
- value - Variable in class net.i2p.router.transport.udp.InboundMessageFragments.ModifiableLong
-
- valueAt(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
-
Given an index in the range 0...size()-1, returns
the value from the indexth key-value mapping that this
SparseArray stores.
- valueOf(String) - Static method in enum com.maxmind.db.Decoder.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.maxmind.db.Reader.FileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.data.i2np.DatabaseLookupMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.CommSystemFacade.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.transport.ntcp.EstablishBase.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.transport.Transport.AddressSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.transport.TransportUtil.IPv6Config
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.transport.udp.InboundEstablishState.InboundState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.transport.udp.PeerTestState.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.i2p.router.tunnel.TunnelDispatcher.Location
-
Returns the enum constant of this type with the specified name.
- values - Static variable in enum com.maxmind.db.Decoder.Type
-
- values() - Static method in enum com.maxmind.db.Decoder.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.maxmind.db.Reader.FileMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.data.i2np.DatabaseLookupMessage.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.CommSystemFacade.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.transport.ntcp.EstablishBase.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.transport.Transport.AddressSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.transport.TransportUtil.IPv6Config
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.transport.udp.InboundEstablishState.InboundState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.transport.udp.PeerTestState.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.i2p.router.tunnel.TunnelDispatcher.Location
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VAR_NAME - Static variable in class org.cybergarage.upnp.control.Control
-
- VariableTunnelBuildMessage - Class in net.i2p.data.i2np
-
Variable number of records.
- VariableTunnelBuildMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildMessage
-
zero record count, will be set with readMessage()
- VariableTunnelBuildMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildMessage
-
- VariableTunnelBuildReplyMessage - Class in net.i2p.data.i2np
-
Transmitted from the new outbound endpoint to the creator through a
reply tunnel.
- VariableTunnelBuildReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
-
zero record count, will be set with readMessage()
- VariableTunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
-
- VERIFIED - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
-
- verify(RouterInfo) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
-
Verify the family signature in a RouterInfo.
- verify(SessionKey, byte[], int, int, byte[], int, int) - Method in class net.i2p.router.transport.udp.SSUHMACGenerator
-
Verify the MAC inline, reducing some unnecessary memory churn.
- verifyClientLiveliness() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- verifyClientLiveliness() - Method in class net.i2p.router.ClientManagerFacade
-
- verifyClientLiveliness() - Method in class net.i2p.router.tasks.RouterWatchdog
-
- verifyFinished(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
- verifyJobQueueLiveliness() - Method in class net.i2p.router.tasks.RouterWatchdog
-
- verifyOurFamily(RouterInfo) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
-
Verify the family in a RouterInfo matches ours and the signature is good.
- verifySignature() - Method in class net.i2p.data.router.RouterInfo
-
Same as isValid()
- verifyStarted(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
- VERSION - Static variable in class net.i2p.router.RouterVersion
-
- version - Variable in class net.i2p.router.time.NtpMessage
-
This value indicates the NTP/SNTP version number.
- VERSION - Static variable in class org.cybergarage.http.HTTP
-
- VERSION - Static variable in class org.cybergarage.http.HTTPServer
-
- VERSION - Static variable in class org.cybergarage.upnp.UPnP
-
- VERSION_10 - Static variable in class org.cybergarage.http.HTTP
-
- VERSION_11 - Static variable in class org.cybergarage.http.HTTP
-
- VERSION_HEADER - Static variable in class org.cybergarage.soap.SOAP
-
- VMCommSystem - Class in net.i2p.router.dummy
-
Hacked up in-VM comm system for talking between contexts.
- VMCommSystem(RouterContext) - Constructor for class net.i2p.router.dummy.VMCommSystem
-