Class EmptyRequest

  • All Implemented Interfaces:
    NetworkRequest

    public class EmptyRequest
    extends java.lang.Object
    implements NetworkRequest
    The request class used to identify the end of the network communication
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
        Description copied from interface: NetworkRequest
        The request as an input stream is returned to the caller
        Specified by:
        getInputStream in interface NetworkRequest
        Returns:
        The inputstream that represents the request
      • getStartTimeInMs

        public long getStartTimeInMs()
        Description copied from interface: NetworkRequest
        Gets the start time in ms when this request started
        Specified by:
        getStartTimeInMs in interface NetworkRequest
        Returns:
        The start time in ms when the request started