Java io.netty.handler.codec.socksx.v4 Socks4CommandRequest fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.socksx.v4 Socks4CommandRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.socksx.v4 Socks4CommandRequest.

The text is from its open source code.

Method

StringdstAddr()
Returns the DSTIP field of this request.
intdstPort()
Returns the DSTPORT field of this request.
Socks4CommandTypetype()
Returns the type of this request.
StringuserId()
Returns the USERID field of this request.