|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Connection
Represents a Connection to Union. ClientSetup will use this Object when creating the server side LocalClient.
| Method Summary | |
|---|---|
ClientIO |
createClientIO()
Returns the ClientIO that will be used to communicate with this Client. |
java.lang.String |
getAddress()
Return the address that will be used to identify this Connection (eg. |
Gateway |
getGateway()
Returns the Gateway to which this Connection connected. |
boolean |
isTrusted()
Returns true if this Connection is trusted. |
void |
reject(UPCMessage message)
Rejects the Connection with the following message. |
| Method Detail |
|---|
Gateway getGateway()
ClientIO createClientIO()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getAddress()
boolean isTrusted()
void reject(UPCMessage message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||