()
| 597 | } |
| 598 | |
| 599 | func (s *Server) GetLengthField() *ziface.LengthField { |
| 600 | if s.decoder != nil { |
| 601 | return s.decoder.GetLengthField() |
| 602 | } |
| 603 | return nil |
| 604 | } |
| 605 | |
| 606 | func (s *Server) AddInterceptor(interceptor ziface.IInterceptor) { |
| 607 | s.msgHandler.AddInterceptor(interceptor) |
nothing calls this directly
no test coverage detected