|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a server-side connection via HTTP.
Method Summary | |
void |
close()
Close this connection. |
java.lang.String |
getUrl()
Get the url of this connection |
void |
send(Marshaller message)
Send a message to the distant peer. |
void |
setCallbackService(ServerCallback cbs)
Associate a callback service (defined in the Direct Proxy bundle) to the connection. |
Method Detail |
public void setCallbackService(ServerCallback cbs)
cbs
- the CallbackService to associate to this connection.public void close()
public void send(Marshaller message)
message
- the message to sendpublic java.lang.String getUrl()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |