java.lang.Object
protected com.smartdevicelink.streaming.IStreamListener _streamListener
protected byte _rpcSessionID
protected com.smartdevicelink.protocol.enums.SessionType _serviceType
protected SdlSession _session
protected java.io.InputStream is
protected int bufferSize
protected byte buffer
protected com.smartdevicelink.proxy.RPCRequest _request
protected com.smartdevicelink.util.Version _wiproVersion
public AbstractPacketizer(IStreamListener streamListener,InputStream is,SessionType sType,byte rpcSessionID,SdlSession session)
public AbstractPacketizer(IStreamListener streamListener,InputStream is,RPCRequest request,SessionType sType,byte rpcSessionID,Version protocolVersion,SdlSession session)
public abstract void start() throws java.io.IOException
public abstract void stop()
public abstract void pause()
public abstract void resume()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |