类 HeaderParser
java.lang.Object
link.thingscloud.freeswitch.esl.transport.util.HeaderParser
HeaderParser class.
- 版本:
- 1.0.0
- 作者:
- : zhouhailin
-
方法概要
-
方法详细资料
-
splitHeader
Split a header in the formHeader-Name: Some_header-value
into a String array.- 参数:
sb- the string header to parse- 返回:
- a String[] array with header name at 0 and header value at 1
-