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.ioMethods in com.wowza.io that return HTTPByteReader.SendResult Modifier and Type Method Description HTTPByteReader.SendResultHTTPByteReader. sendRequest(byte[] request, boolean isHead)HTTPByteReader.SendResultHTTPByteReader. sendRequest(byte[] request, int len, boolean isHead)HTTPByteReader.SendResultHTTPByteReader. 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 voidHTTPByteReader. parseHeader(HTTPByteReader.SendResult result, byte[] buffer, int offset, int len, boolean isHead)
 
-