Skip navigation links
A B C D E F G H I L N P R S T _ 

C

close() - Method in interface net.i2p.client.streaming.I2PServerSocket
Closes the socket.
connect(Destination, I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocketManager
Create a new connected socket (block until the socket is created)
connect(Destination) - Method in interface net.i2p.client.streaming.I2PSocketManager
Create a new connected socket (block until the socket is created)
connectToSocket(Destination) - Method in interface net.i2p.client.streaming.I2PSocketManager
Like connect() but returns a real Socket, and throws only IOE, for easier porting of apps.
connectToSocket(Destination, int) - Method in interface net.i2p.client.streaming.I2PSocketManager
Like connect() but returns a real Socket, and throws only IOE, for easier porting of apps.
createDisconnectedManager(InputStream, String, int, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a disconnected socket manager using the destination loaded from the given private key stream, or null for a transient destination.
createDisconnectedManager(InputStream, String, int, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a disconnected socket manager using the destination loaded from the given private key stream, or null for a transient destination.
createManager() - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654).
createManager(IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654) with the specified incoming connection filter.
createManager(Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654).
createManager(Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654).
createManager(String, int) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the specified host and port.
createManager(String, int, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the specified host and port with the specified connection filter Blocks for a long time while the router builds tunnels.
createManager(String, int, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the given machine reachable through the given port.
createManager(String, int, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the given machine reachable through the given port with the specified connection filter Blocks for a long time while the router builds tunnels.
createManager(InputStream) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port.
createManager(InputStream, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port with the specified connection filter Blocks for a long time while the router builds tunnels.
createManager(InputStream, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port.
createManager(InputStream, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port.
createManager(InputStream, String, int, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the I2CP router on the specified machine on the given port.
createManager(InputStream, String, int, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the I2CP router on the specified machine on the given port.
createUnresolved(String, int) - Static method in class net.i2p.client.streaming.I2PSocketAddress
 
A B C D E F G H I L N P R S T _ 
Skip navigation links