
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 |
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()
Copyright © 2009–2025 OrientDB. All rights reserved.