public interface ISocksReply
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the address in the received reply.
|
SocksAddressType |
getAddressType()
Returns the type of the address in the received reply.
|
int |
getPort()
Returns the port in the received reply.
|
int |
getStatus()
Returns the status code in the received reply.
|
String |
getStatusDescription()
Returns the description of the status in the received reply.
|
boolean |
isSuccessful()
Tells if the reply is successful.
|
boolean isSuccessful()
true
if the reply is successfulint getStatus()
String getStatusDescription()
int getPort()
String getAddress()
SocksAddressType getAddressType()
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.