|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A server channel represents a connection with a client through which requests can be issued.
| Field Summary | |
|---|---|
static int |
STATE_CLOSED
Connection closed perminently. |
static int |
STATE_CONNECTED
Connection open and ready for use. |
| Method Summary | |
|---|---|
void |
close()
Close the connection. |
ORB |
orb()
An orb reference. |
void |
soft_close(boolean reject_new)
Close the connection after all currently processing requests are complete. |
int |
state()
Return the state of the channel. |
| Methods inherited from interface org.openorb.net.Channel |
|---|
active_requests, channel_age, recv, run_recv |
| Field Detail |
public static final int STATE_CONNECTED
public static final int STATE_CLOSED
| Method Detail |
public ORB orb()
public int state()
public void soft_close(boolean reject_new)
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||