Class Socks4Proxy.Socks4ProxyConnection.Socks4Parser

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Socks4Parser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int expected()  
      private boolean parse​(java.nio.ByteBuffer buffer)  
      • Methods inherited from class java.lang.Object

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

      • cursor

        private int cursor
      • response

        private int response
    • Constructor Detail

      • Socks4Parser

        private Socks4Parser()
    • Method Detail

      • parse

        private boolean parse​(java.nio.ByteBuffer buffer)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • expected

        private int expected()