public interface SipConnection
| Modifier and Type | Method and Description |
|---|---|
SipConnector |
getConnector() |
java.net.InetAddress |
getLocalAddress() |
int |
getLocalPort() |
java.net.InetAddress |
getRemoteAddress() |
int |
getRemotePort() |
Transport |
getTransport() |
boolean |
isOpen() |
void |
send(SipMessage message) |
void |
write(java.nio.ByteBuffer buffer) |
SipConnector getConnector()
Transport getTransport()
java.net.InetAddress getLocalAddress()
int getLocalPort()
java.net.InetAddress getRemoteAddress()
int getRemotePort()
void send(SipMessage message) throws MessageTooLongException
MessageTooLongExceptionvoid write(java.nio.ByteBuffer buffer)
throws java.io.IOException
java.io.IOExceptionboolean isOpen()
Copyright © 2015. All Rights Reserved.