| Modifier and Type | Field and Description |
|---|---|
protected SipConnection |
AbstractSipConnector.MessageBuilder._connection |
| Modifier and Type | Method and Description |
|---|---|
SipConnection |
SipMessage.getConnection() |
SipConnection |
SipConnector.getConnection(java.net.InetAddress address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SipServer.messageSent(SipMessage message,
SipConnection connection) |
void |
SipServer.sendRequest(SipRequest request,
SipConnection connection) |
void |
SipServer.sendResponse(SipResponse response,
SipConnection connection) |
void |
SipMessage.setConnection(SipConnection connection) |
| Constructor and Description |
|---|
MessageBuilder(SipServer server,
SipConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileMessageLog.doLog(SipMessage message,
int direction,
SipConnection connection) |
abstract void |
AbstractMessageLog.doLog(SipMessage message,
int direction,
SipConnection connection) |
protected java.lang.String |
AbstractMessageLog.generateInfoLine(int direction,
SipConnection connection,
long date) |
void |
AccessLogCollection.messageReceived(SipMessage message,
SipConnection connection) |
void |
AccessLog.messageReceived(SipMessage message,
SipConnection connection) |
void |
AbstractMessageLog.messageReceived(SipMessage message,
SipConnection connection) |
void |
AccessLogCollection.messageSent(SipMessage message,
SipConnection connection) |
void |
AccessLog.messageSent(SipMessage message,
SipConnection connection) |
void |
AbstractMessageLog.messageSent(SipMessage message,
SipConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectSipConnection |
class |
TlsChannelConnection |
class |
UdpConnector.UdpConnection |
| Modifier and Type | Method and Description |
|---|---|
SipConnection |
UdpConnector.getConnection(java.net.InetAddress address,
int port) |
SipConnection |
TcpConnector.getConnection(java.net.InetAddress address,
int port)
Deprecated.
|
SipConnection |
SelectChannelConnector.getConnection(java.net.InetAddress address,
int port) |
protected SipConnection |
TlsChannelConnector.newConnection(java.net.InetAddress address,
int port) |
protected SipConnection |
SelectChannelConnector.newConnection(java.net.InetAddress address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SelectChannelConnector.removeConnection(SipConnection connection) |
| Constructor and Description |
|---|
MessageBuilder(SipServer server,
SipConnection connection) |
MessageBuilder(SipServer server,
SipConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
SipConnection |
TransportProcessor.getConnection(SipRequest request,
Transport transport) |
SipConnection |
TransportProcessor.getConnection(SipRequest request,
Transport transport,
java.net.InetAddress address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.DialogInfo.customizeRequest(SipRequest request,
SipConnection connection) |
javax.servlet.sip.Address |
Session.getContact(SipConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopedClientTransactionListener.customizeRequest(SipRequest request,
SipConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientTransactionImpl.TimeoutConnection |
| Modifier and Type | Method and Description |
|---|---|
abstract SipConnection |
TransactionImpl.getConnection() |
SipConnection |
Transaction.getConnection() |
SipConnection |
ServerTransaction.getConnection() |
SipConnection |
ClientTransactionImpl.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientTransactionListener.customizeRequest(SipRequest request,
SipConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
SipConnection |
ClientTransactionProxy.getConnection() |
Copyright © 2015. All Rights Reserved.