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.
|
test.torture | |
tools.sniffer |
Modifier and Type | Interface and Description |
---|---|
interface |
SIPMessageListener
Interface that provides methods for processing good
and bad messages for the PipelinedMessageParser.
|
Modifier and Type | Method and Description |
---|---|
SIPMessage |
StringMsgParser.parseSIPMessage(byte[] msgBuffer,
boolean readBody,
boolean strict,
ParseExceptionListener parseExceptionListener)
Parse a buffer containing a single SIP Message where the body is an array
of un-interpreted bytes.
|
SIPMessage |
MessageParser.parseSIPMessage(byte[] msgBytes,
boolean readBody,
boolean strict,
ParseExceptionListener exhandler)
parse a byte array containing the SIP Message into a SIPMessage object
|
protected SIPMessage |
StringMsgParser.processFirstLine(String firstLine,
ParseExceptionListener parseExceptionListener,
byte[] msgBuffer) |
protected void |
StringMsgParser.processHeader(String header,
SIPMessage message,
ParseExceptionListener parseExceptionListener,
byte[] rawMessage) |
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.
|
class |
UDPMessageChannel
This is the UDP Message handler that gets created when a UDP message needs to
be processed.
|
Modifier and Type | Class and Description |
---|---|
class |
Torture |
Modifier and Type | Class and Description |
---|---|
class |
SniffMessage
A parser for Sniff files.
|
Copyright © 2018. All Rights Reserved.