public static class ClientTransactionImpl.TimeoutConnection extends java.lang.Object implements SipConnection
| Constructor and Description |
|---|
TimeoutConnection(SipConnector connector) |
| 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) |
public TimeoutConnection(SipConnector connector)
public SipConnector getConnector()
getConnector in interface SipConnectionpublic java.net.InetAddress getLocalAddress()
getLocalAddress in interface SipConnectionpublic int getLocalPort()
getLocalPort in interface SipConnectionpublic java.net.InetAddress getRemoteAddress()
getRemoteAddress in interface SipConnectionpublic int getRemotePort()
getRemotePort in interface SipConnectionpublic Transport getTransport()
getTransport in interface SipConnectionpublic void send(SipMessage message)
send in interface SipConnectionpublic void write(java.nio.ByteBuffer buffer)
throws java.io.IOException
write in interface SipConnectionjava.io.IOExceptionpublic boolean isOpen()
isOpen in interface SipConnectionCopyright © 2015. All Rights Reserved.