public interface HttpServerConnection
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this connection.
|
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.
|
void setCallbackService(ServerCallback cbs)
cbs
- the CallbackService to associate to this connection.void close()
void send(Marshaller message)
message
- the message to sendString getUrl()