Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HEPProcessor ¶
type HEPProcessor struct {
}
HEPProcessor is the HEP processor
func NewHEPProcessor ¶
func NewHEPProcessor() *HEPProcessor
NewHEPProcessor initializes a new HEP processor
func (*HEPProcessor) Process ¶
func (s *HEPProcessor) Process(packet []byte) (*model.SIPMessage, error)
Process raw bytes containing a HEP packet
type HEPProcessorInterface ¶
type HEPProcessorInterface interface {
Process(packet []byte) (*model.SIPMessage, error)
}
HEPProcessorInterface is the interface for Server objects
Click to show internal directories.
Click to hide internal directories.