public class GssApiMethod extends AbstractSocksMethod
GssApiMethod is represents GSS API method in SOCKS protocol.| Constructor and Description |
|---|
GssApiMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
doMethod(Session session)
Do method job.
|
void |
doMethod(SocksProxy socksProxy)
Do method job.
|
int |
getByte()
method byte.
|
String |
getMethodName()
Gets method's name.
|
equals, hashCodepublic final int getByte()
SocksMethodpublic void doMethod(SocksProxy socksProxy) throws SocksException
SocksMethodsocksProxy - SocksProxy instance.SocksException - If there are any errors about SOCKS protocol.public void doMethod(Session session) throws SocksException, IOException
SocksMethodsession - Session.SocksException - TODOIOException - TODOpublic String getMethodName()
SocksMethodCopyright © 2015. All rights reserved.