Package org.eclipse.jetty.client
Class Socks4Proxy.Socks4ProxyConnection.Socks4Parser
java.lang.Object
org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
- Enclosing class:
Socks4Proxy.Socks4ProxyConnection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static final int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
expected()
private boolean
parse
(ByteBuffer buffer)
-
Field Details
-
EXPECTED_LENGTH
private static final int EXPECTED_LENGTH- See Also:
-
cursor
private int cursor -
response
private int response
-
-
Constructor Details
-
Socks4Parser
private Socks4Parser()
-
-
Method Details
-
parse
- Throws:
IOException
-
expected
private int expected()
-