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