Uses of Class
com.wowza.io.HTTPByteReader.SendResult
-
Packages that use HTTPByteReader.SendResult Package Description com.wowza.io -
-
Uses of HTTPByteReader.SendResult in com.wowza.io
Methods in com.wowza.io that return HTTPByteReader.SendResult Modifier and Type Method Description HTTPByteReader.SendResult
HTTPByteReader. sendRequest(byte[] request, boolean isHead)
HTTPByteReader.SendResult
HTTPByteReader. sendRequest(byte[] request, int len, boolean isHead)
HTTPByteReader.SendResult
HTTPByteReader. sendRequest(byte[] request, PacketFragmentList fragmentList, int len, boolean isHead)
Methods in com.wowza.io with parameters of type HTTPByteReader.SendResult Modifier and Type Method Description protected void
HTTPByteReader. parseHeader(HTTPByteReader.SendResult result, byte[] buffer, int offset, int len, boolean isHead)
-