socks_connection = _socks_connection; if ( AESocksProxyConnectionImpl.TRACE ){ Logger.log(new LogEvent(LOGID, socks_connection.getConnection().getName() + ":" + getStateName())); }
try{ return( connectSupport(sc)); }finally{ trace(); }
throw( new IOException( "Connect not supported: " + sc ));
String state = this.getClass().getName(); int pos = state.indexOf( "$"); state = state.substring(pos+1); return( state + ", buffer = " + buffer );
try{ return( readSupport(sc)); }finally{ trace(); }
throw( new IOException( "Read not supported: " + sc ));
if ( AESocksProxyConnectionImpl.TRACE ){ Logger.log(new LogEvent(LOGID, socks_connection.getConnection().getName() + ":" + getStateName())); }
try{ return( writeSupport(sc)); }finally{ trace(); }
throw( new IOException( "Write not supported: " + sc ));