Package | Description |
---|---|
android.gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
android.gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
android.gov.nist.javax.sip.stack.sctp |
Modifier and Type | Method and Description |
---|---|
HostPort |
HostNameParser.hostPort(boolean allowWS)
Parses a host:port string
|
Modifier and Type | Field and Description |
---|---|
protected HostPort |
Authority.hostPort
hostport field
|
Modifier and Type | Method and Description |
---|---|
HostPort |
SipUri.getHostPort()
Get the host and port of the server.
|
HostPort |
AddressImpl.getHostPort()
Get the host port portion of the address spec.
|
HostPort |
Authority.getHostPort()
get the hostPort member.
|
Modifier and Type | Method and Description |
---|---|
void |
SipUri.setHostPort(HostPort hostPort)
Set the hostPort field of the imbedded authority field.
|
void |
Authority.setHostPort(HostPort h)
Set the hostPort member
|
Modifier and Type | Field and Description |
---|---|
protected HostPort |
Via.sentBy
sentBy field.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
From.getHostPort()
Conveniance accessor function to get the hostPort field from the address.
|
HostPort |
To.getHostPort()
Conveniance accessor function to get the hostPort field from the address.
|
HostPort |
ReplyTo.getHostPort()
Conveniance accessor function to get the hostPort field from the address
|
HostPort |
Via.getSentBy()
Accessor for the sentBy field
|
Modifier and Type | Method and Description |
---|---|
void |
Via.setSentBy(HostPort s)
Set the sentBy member
|
Modifier and Type | Method and Description |
---|---|
HostPort |
MessageChannel.getHostPort()
Get the hostport structure of this message channel.
|
HostPort |
MessageChannel.getPeerHostPort()
Get the peer host and port.
|
HostPort |
MessageChannel.getViaHostPort()
Get the via header host:port structure.
|
Modifier and Type | Method and Description |
---|---|
void |
NioTcpMessageProcessor.assignChannelToDestination(HostPort targetHostPort,
NioTcpMessageChannel channel) |
MessageChannel |
NioWebSocketMessageProcessor.createMessageChannel(HostPort targetHostPort) |
abstract MessageChannel |
MessageProcessor.createMessageChannel(HostPort targetHostPort)
Create a message channel for the specified host/port.
|
MessageChannel |
UDPMessageProcessor.createMessageChannel(HostPort targetHostPort)
Create and return new TCPMessageChannel for the given host/port.
|
MessageChannel |
NioTcpMessageProcessor.createMessageChannel(HostPort targetHostPort) |
MessageChannel |
NioTlsMessageProcessor.createMessageChannel(HostPort targetHostPort) |
MessageChannel |
TCPMessageProcessor.createMessageChannel(HostPort targetHostPort) |
MessageChannel |
TLSMessageProcessor.createMessageChannel(HostPort targetHostPort) |
MessageChannel |
NioTlsWebSocketMessageProcessor.createMessageChannel(HostPort targetHostPort) |
static String |
MessageChannel.getKey(HostPort hostPort,
String transport)
Generate a key given host and port.
|
Modifier and Type | Method and Description |
---|---|
MessageChannel |
SCTPMessageProcessor.createMessageChannel(HostPort targetHostPort) |
Copyright © 2015. All Rights Reserved.