public interface ListeningPointExt extends ListeningPoint
| Modifier and Type | Field and Description |
|---|---|
static String |
WS
WebSocket Transport constant: WS
|
static String |
WSS
WebSocket secure Transport constant: WSS
|
| Modifier and Type | Method and Description |
|---|---|
ContactHeader |
createContactHeader()
Create a contact for this listening point.
|
ViaHeader |
createViaHeader()
Create a Via header for this listening point.
|
void |
sendHeartbeat(String ipAddress,
int port)
Send a heartbeat to the specified Ip address and port
via this listening point.
|
equals, getIPAddress, getPort, getSentBy, getTransport, setSentBystatic final String WS
static final String WSS
ContactHeader createContactHeader()
void sendHeartbeat(String ipAddress, int port) throws IOException
IOExceptionViaHeader createViaHeader()
Copyright © 2014. All Rights Reserved.