|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionOpenListener
Describe interface ConnectionOpenListener here. Created: Thu Jan 26 00:00:39 2006
| Field Summary | |
|---|---|
static int |
DEF_RECEIVE_BUFFER_SIZE
RECEIVE_BUFFER_SIZE defines a size for TCP/IP packets. |
static int |
DEF_TRAFFIC_CLASS
Field description |
static int |
IPTOS_LOWCOST
Field description |
static int |
IPTOS_LOWDELAY
Field description |
static int |
IPTOS_RELIABILITY
Field description |
static int |
IPTOS_THROUGHPUT
Field description |
| Method Summary | |
|---|---|
void |
accept(SocketChannel sc)
Method description |
ConnectionType |
getConnectionType()
Method description |
String[] |
getIfcs()
Method description |
int |
getPort()
Method description |
int |
getReceiveBufferSize()
Method description |
InetSocketAddress |
getRemoteAddress()
Method description |
String |
getRemoteHostname()
Method description |
SocketType |
getSocketType()
Method description |
String |
getSRVType()
Method description |
int |
getTrafficClass()
Method description |
| Field Detail |
|---|
static final int DEF_RECEIVE_BUFFER_SIZE
RECEIVE_BUFFER_SIZE defines a size for TCP/IP packets.
XMPP data packets are quite small usually, below 1kB so we don't need
big TCP/IP data buffers.
static final int IPTOS_LOWCOST
static final int IPTOS_LOWDELAY
static final int IPTOS_RELIABILITY
static final int IPTOS_THROUGHPUT
static final int DEF_TRAFFIC_CLASS
| Method Detail |
|---|
void accept(SocketChannel sc)
sc - int getPort()
String[] getIfcs()
String getSRVType()
String getRemoteHostname()
InetSocketAddress getRemoteAddress()
ConnectionType getConnectionType()
SocketType getSocketType()
int getReceiveBufferSize()
int getTrafficClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||