Class ScanListing


  • public class ScanListing
    extends Object
    ScanListing represents a reply line sent in response to a POP3 LIST command.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id  
      long length  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScanListing​(int id, long length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public final int id
      • length

        public final long length
    • Constructor Detail

      • ScanListing

        public ScanListing​(int id,
                           long length)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object