NebulaGraph Java Client  release-3.6
Connection Class Referenceabstract
+ Inheritance diagram for Connection:
+ Collaboration diagram for Connection:

Public Member Functions

HostAddress getServerAddress ()
 
abstract void open (HostAddress address, int timeout, SSLParam sslParam) throws IOErrorException, ClientServerIncompatibleException
 
abstract void open (HostAddress address, int timeout, SSLParam sslParam, boolean isUseHttp2, Map< String, String > headers) throws IOErrorException, ClientServerIncompatibleException
 
abstract void open (HostAddress address, int timeout) throws IOErrorException, ClientServerIncompatibleException
 
abstract void open (HostAddress address, int timeout, boolean isUseHttp2, Map< String, String > headers) throws IOErrorException, ClientServerIncompatibleException
 
abstract void reopen () throws IOErrorException, ClientServerIncompatibleException
 
abstract void close ()
 
abstract boolean ping ()
 
abstract boolean ping (long sessionID)
 

Protected Attributes

HostAddress serverAddr = null
 

Detailed Description

Definition at line 10 of file Connection.java.


The documentation for this class was generated from the following file: