Serialized Form
readResolve
private Object readResolve()
throws ObjectStreamException
- Returns the designated type as an alternative object to be used when
writing an object to a stream.
This method would be used when for example serializing DialogState.EARLY
and deserializing it afterwards results again in DialogState.EARLY.
If you do not implement readResolve(), you would not get
DialogState.EARLY but an instance with similar content.
- Throws:
ObjectStreamException
m_dialogState
int m_dialogState
m_request
Request m_request
m_transaction
ServerTransaction m_transaction
m_response
Response m_response
m_transaction
ClientTransaction m_transaction
readResolve
private Object readResolve()
throws ObjectStreamException
- Returns the designated type as an alternative object to be used when
writing an object to a stream.
This method would be used when for example serializing Timeout.RETRANSMIT
and deserializing it afterwards results again in Timeout.RETRANSMIT.
If you do not implement readResolve(), you would not get
Timeout.RETRANSMIT but an instance with similar content.
- Throws:
ObjectStreamException
m_timeout
int m_timeout
m_timeout
Timeout m_timeout
m_isServerTransaction
boolean m_isServerTransaction
m_serverTransaction
ServerTransaction m_serverTransaction
m_clientTransaction
ClientTransaction m_clientTransaction
readResolve
private Object readResolve()
throws ObjectStreamException
- Returns the designated type as an alternative object to be used when
writing an object to a stream.
This method would be used when for example serializing TransactionState.EARLY
and deserializing it afterwards results again in TransactionState.EARLY.
If you do not implement readResolve(), you would not get
TransactionState.EARLY but an instance with similar content.
- Throws:
ObjectStreamException
m_transactionState
int m_transactionState
Package gov.nist.javax.sip |
host
String host
transport
String transport
port
int port
- My port. (same thing as in the message processor)
messageProcessor
MessageProcessor messageProcessor
- pointer to the imbedded mesage processor.
sipProviderImpl
SipProviderImpl sipProviderImpl
- Provider back pointer
sipStack
SipStackImpl sipStack
- Our stack
Package gov.nist.javax.sip.address |
addressType
int addressType
displayName
String displayName
- displayName field
address
GenericURI address
- address field
uriString
String uriString
- Imbedded URI
scheme
String scheme
scheme
String scheme
authority
Authority authority
- Authority for the uri.
uriParms
NameValueList uriParms
- uriParms list
qheaders
NameValueList qheaders
- qheaders list
telephoneSubscriber
TelephoneNumber telephoneSubscriber
- telephoneSubscriber field
scheme
String scheme
telephoneNumber
TelephoneNumber telephoneNumber
Package gov.nist.javax.sip.header |
mediaRange
MediaRange mediaRange
- mediaRange field
qvalue
Float qvalue
- qvalue field
contentCoding
String contentCoding
- contentEncoding field
languageRange
String languageRange
- languageRange field
address
AddressImpl address
uri
GenericURI uri
- URI field
method
String method
- method field
eventType
String eventType
- method field
scheme
String scheme
callIdentifier
CallIdentifier callIdentifier
- callIdentifier field
info
GenericURI info
contactList
ContactList contactList
wildCardFlag
boolean wildCardFlag
- wildCardFlag field.
contactHash
Hashtable contactHash
dispositionType
String dispositionType
- dispositionType field.
contentEncoding
String contentEncoding
- contentEncoding field.
locale
Locale locale
- languageTag field.
contentLength
Integer contentLength
- contentLength field.
mediaRange
MediaRange mediaRange
- mediaRange field.
seqno
Integer seqno
- seqno field
method
String method
- method field
errorInfo
GenericURI errorInfo
eventType
String eventType
expires
int expires
- expires field
value
String value
callId
CallIdentifier callId
maxForwards
int maxForwards
- maxForwards field.
minorVersion
int minorVersion
- mimeVersion field
majorVersion
int majorVersion
- majorVersion field
expires
int expires
- expires field
organization
String organization
- organization field
parameters
NameValueList parameters
priority
String priority
- priority field
optionTag
String optionTag
- optiontag field
cSeqNumber
int cSeqNumber
rSeqNumber
int rSeqNumber
method
String method
TEXT
String TEXT
- See Also:
- Constant Field Values
CAUSE
String CAUSE
- See Also:
- Constant Field Values
protocol
String protocol
optionTag
String optionTag
- optionTag field
retryAfter
Integer retryAfter
- duration field
comment
String comment
- comment field
routeSet
HashSet routeSet
sequenceNumber
int sequenceNumber
productTokens
List productTokens
- Product tokens.
date
SIPDate date
- date field
headerName
String headerName
- name of this header
hlist
SIPObjectList hlist
- hlist field.
subject
String subject
- subject field
expires
int expires
retryAfter
int retryAfter
reasonCode
String reasonCode
state
String state
optionTag
String optionTag
timeStamp
float timeStamp
- timeStamp field
delay
float delay
- delay field
optionTag
String optionTag
- option-Tag field.
productTokens
List productTokens
- Product tokens.
sentProtocol
Protocol sentProtocol
- sentProtocol field.
sentBy
HostPort sentBy
- sentBy field.
comment
String comment
- comment field
viaTable
Hashtable viaTable
stringRep
String stringRep
code
int code
- warn code field, the warn code consists of three digits.
agent
String agent
- the name or pseudonym of the server adding
the Warning header, for use in debugging
text
String text
- warn-text field
Package gov.nist.javax.sip.stack |
printWriter
PrintWriter printWriter
logFileName
String logFileName
description
String description
rc
int rc
- Return code.
message
String message
- Message.
sipMessage
gov.nist.javax.sip.message.SIPMessage sipMessage
- Get the SIPMessage
eventId
int eventId
errorID
int errorID
ex
Exception ex
- Chained exception.
lineNumber
int lineNumber
charOffset
int charOffset
Package gov.nist.javax.sdp |
mediaField
gov.nist.javax.sdp.fields.MediaField mediaField
informationField
gov.nist.javax.sdp.fields.InformationField informationField
connectionField
gov.nist.javax.sdp.fields.ConnectionField connectionField
bandwidthFields
Vector bandwidthFields
keyField
gov.nist.javax.sdp.fields.KeyField keyField
attributeFields
Vector attributeFields
currentTimeDescription
TimeDescriptionImpl currentTimeDescription
currentMediaDescription
MediaDescriptionImpl currentMediaDescription
versionImpl
gov.nist.javax.sdp.fields.ProtoVersionField versionImpl
originImpl
gov.nist.javax.sdp.fields.OriginField originImpl
sessionNameImpl
gov.nist.javax.sdp.fields.SessionNameField sessionNameImpl
infoImpl
gov.nist.javax.sdp.fields.InformationField infoImpl
uriImpl
gov.nist.javax.sdp.fields.URIField uriImpl
connectionImpl
gov.nist.javax.sdp.fields.ConnectionField connectionImpl
keyImpl
gov.nist.javax.sdp.fields.KeyField keyImpl
timeDescriptions
Vector timeDescriptions
mediaDescriptions
Vector mediaDescriptions
zoneAdjustments
Vector zoneAdjustments
emailList
Vector emailList
phoneList
Vector phoneList
bandwidthList
Vector bandwidthList
attributesList
Vector attributesList
timeImpl
gov.nist.javax.sdp.fields.TimeField timeImpl
repeatList
Vector repeatList
indentation
int indentation
listName
String listName
myListIterator
ListIterator myListIterator
stringRep
String stringRep
myClass
Class myClass
separator
String separator
nvHash
Hashtable nvHash
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.