Package | Description |
---|---|
gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Field and Description |
---|---|
protected SIPMessageListener |
PipelinedMsgParser.sipMessageListener
The message listener that is registered with this parser.
|
protected SIPMessageListener |
NioPipelineParser.sipMessageListener
The message listener that is registered with this parser.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelinedMsgParser.setMessageListener(SIPMessageListener mlistener)
Add a class that implements a SIPMessageListener interface whose methods
get called * on successful parse and error conditons.
|
void |
NioPipelineParser.setMessageListener(SIPMessageListener mlistener)
Add a class that implements a SIPMessageListener interface whose methods
get called * on successful parse and error conditons.
|
Constructor and Description |
---|
NioPipelineParser(SIPTransactionStack sipStack,
SIPMessageListener sipMessageListener,
boolean debug,
int maxMessageSize)
Constructor when we are given a message listener and an input stream
(could be a TCP connection or a file)
|
NioPipelineParser(SIPTransactionStack sipStack,
SIPMessageListener mhandler,
int maxMsgSize)
This is the constructor for the pipelined parser.
|
PipelinedMsgParser(SIPTransactionStack sipStack,
SIPMessageListener sipMessageListener,
Pipeline in,
boolean debug,
int maxMessageSize)
Constructor when we are given a message listener and an input stream
(could be a TCP connection or a file)
|
PipelinedMsgParser(SIPTransactionStack sipStack,
SIPMessageListener mhandler,
Pipeline in,
int maxMsgSize)
This is the constructor for the pipelined parser.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionOrientedMessageChannel |
class |
NioTcpMessageChannel |
class |
NioTlsMessageChannel |
class |
NioTlsWebSocketMessageChannel |
class |
NioWebSocketMessageChannel |
class |
TCPMessageChannel
This is a stack abstraction for TCP connections.
|
class |
TLSMessageChannel
This is sipStack for TLS connections.
|
Copyright © 2018. All Rights Reserved.