public interface I2PServerSocket
| Modifier and Type | Method and Description |
|---|---|
I2PSocket |
accept()
Waits for the next socket connecting.
|
void |
close()
Closes the socket.
|
AcceptingChannel |
getChannel() |
I2PSocketManager |
getManager()
Access the manager which is coordinating the server socket
|
long |
getSoTimeout()
Get Sock Option accept timeout
|
void |
setSoTimeout(long x)
Set Sock Option accept timeout
|
void close()
throws I2PException
I2PExceptionI2PSocket accept() throws I2PException, ConnectException, SocketTimeoutException
I2PException - if there is a problem with reading a new socket
from the data available (aka the I2PSession closed, etc)ConnectException - if the I2PServerSocket is closedSocketTimeoutExceptionAcceptingChannel getChannel()
void setSoTimeout(long x)
x - timeout in mslong getSoTimeout()
I2PSocketManager getManager()