Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Field and Description |
---|---|
private RequestMessage.OpCode |
RequestMessage.opCode |
Modifier and Type | Method and Description |
---|---|
RequestMessage.OpCode |
RequestMessage.getOpCode()
Gets the op code of the message.
|
static RequestMessage.OpCode |
RequestMessage.OpCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestMessage.OpCode[] |
RequestMessage.OpCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RequestMessage(RequestMessage.OpCode opCode,
MessageSettings settings) |
RequestMessage(java.lang.String collectionName,
RequestMessage.OpCode opCode,
MessageSettings settings) |