|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Connection
Represents a connection between a client and a server. A connection has normally a client end and a server end. Both ends will be implemented in a protocol specific way by JSR 160 protocol provider implementations.
| Method Summary | |
|---|---|
void |
close()
Closes this connection |
java.lang.String |
getConnectionId()
Returns the connection ID as specified by JSR 160 specification |
| Method Detail |
|---|
void close()
throws java.io.IOException
java.io.IOException
java.lang.String getConnectionId()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||