public class ORemoteServerController extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_PROTOCOL_VERSION |
static int |
MIN_SUPPORTED_PROTOCOL_VERSION |
Constructor and Description |
---|
ORemoteServerController(ORemoteServerAvailabilityCheck check,
String localNodeName,
String iServer,
String iURL,
String user,
String passwd) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getProtocolVersion() |
void |
sendBinaryRequest(OBinaryRequest request) |
void |
sendRequest(ODistributedRequest req) |
void |
sendResponse(ODistributedResponse response) |
public static final int CURRENT_PROTOCOL_VERSION
public static final int MIN_SUPPORTED_PROTOCOL_VERSION
public ORemoteServerController(ORemoteServerAvailabilityCheck check, String localNodeName, String iServer, String iURL, String user, String passwd) throws IOException
IOException
public void sendRequest(ODistributedRequest req)
public void sendResponse(ODistributedResponse response)
public void close()
public int getProtocolVersion()
public void sendBinaryRequest(OBinaryRequest request)
Copyright © 2009–2020 OrientDB. All rights reserved.