
public class ORemoteServerController
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CURRENT_PROTOCOL_VERSION |
static int |
MIN_SUPPORTED_PROTOCOL_VERSION |
| Constructor and Description |
|---|
ORemoteServerController(ORemoteServerAvailabilityCheck check,
java.lang.String localNodeName,
java.lang.String iServer,
java.lang.String iURL,
java.lang.String user,
java.lang.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, java.lang.String localNodeName, java.lang.String iServer, java.lang.String iURL, java.lang.String user, java.lang.String passwd) throws java.io.IOException
java.io.IOExceptionpublic void sendRequest(ODistributedRequest req)
public void sendResponse(ODistributedResponse response)
public void close()
public int getProtocolVersion()
public void sendBinaryRequest(OBinaryRequest request)
Copyright © 2009–2022 OrientDB. All rights reserved.