ce = _ce; address = _address; ce.addProtocol( this );
ce = new ConnectionEndpoint(_address ); address = _address; ce.addProtocol( this );
return new LightweightTCPTransport( this, TCPTransportHelperFilterFactory.createTransparentFilter( sc ) );
TCPTransportImpl t = new TCPTransportImpl( this, connect_with_crypto, allow_fallback, shared_secrets ); t.connectOutbound( initial_data, listener ); return( t );
return( address );
return( ce );
return( address.toString());
return( PROTOCOL_TCP );
ce = _ce; ce.addProtocol( this );