|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Models the interface used by the server to field client requests. It is on this interface that connections appear between a server thread and a client. This contains things that persist across service threads.
| Field Summary | |
static int |
TCP
Describe constant TCP here. |
static int |
UDP
Describe constant UDP here. |
| Method Summary | |
void |
close()
Shut down cleanly. |
Connection |
getConnection()
Retrieve a valid connection. |
| Field Detail |
public static final int TCP
TCP here.
public static final int UDP
UDP here.
| Method Detail |
public Connection getConnection()
Connection valuepublic void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||