| Package | Description |
|---|---|
| ndr | |
| org.jinterop.dcom.core |
Defines the classes and data structures required to work with j-Interop.
|
| org.jinterop.winreg |
Defines classes to access Windows Registry.
|
| rpc | |
| rpc.core | |
| rpc.pdu | |
| rpc.security.ntlm |
| Modifier and Type | Method and Description |
|---|---|
void |
NdrObject.decode(NetworkDataRepresentation ndr,
NdrBuffer src) |
void |
NdrObject.encode(NetworkDataRepresentation ndr,
NdrBuffer dst) |
void |
NdrObject.read(NetworkDataRepresentation ndr) |
void |
NdrObject.write(NetworkDataRepresentation ndr) |
| Modifier and Type | Method and Description |
|---|---|
void |
JIUserCallBuilder.read(NetworkDataRepresentation ndr) |
void |
JICallBuilder.read(NetworkDataRepresentation ndr) |
abstract void |
JIUserCallBuilder.readObject(NetworkDataRepresentation ndr) |
void |
JIUserCallBuilder.write(NetworkDataRepresentation ndr) |
void |
JICallBuilder.write(NetworkDataRepresentation ndr) |
abstract void |
JIUserCallBuilder.writeObject(NetworkDataRepresentation ndr) |
| Modifier and Type | Method and Description |
|---|---|
void |
IJIWinReg.closeKey.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKLM.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKCU.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKU.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKCR.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.deleteValueOrKey.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.saveFile.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.createKey.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.setValue.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.enumKey.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.enumValue.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openKey.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.queryValue.read(NetworkDataRepresentation ndr) |
void |
IJIWinReg.closeKey.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKLM.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKCU.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKU.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openHKCR.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.deleteValueOrKey.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.saveFile.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.createKey.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.setValue.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.enumKey.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.enumValue.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.openKey.write(NetworkDataRepresentation ndr) |
void |
IJIWinReg.queryValue.write(NetworkDataRepresentation ndr) |
| Modifier and Type | Field and Description |
|---|---|
protected NetworkDataRepresentation |
DefaultConnection.ndr |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionOrientedPdu.decode(NetworkDataRepresentation ndr,
NdrBuffer src) |
void |
ConnectionOrientedPdu.encode(NetworkDataRepresentation ndr,
NdrBuffer dst) |
void |
Security.processIncoming(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented) |
void |
Security.processOutgoing(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented) |
protected void |
ConnectionOrientedPdu.readBody(NetworkDataRepresentation ndr) |
protected void |
ConnectionOrientedPdu.readHeader(NetworkDataRepresentation ndr) |
protected void |
ConnectionOrientedPdu.readPdu(NetworkDataRepresentation ndr) |
protected void |
ConnectionOrientedPdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
ConnectionOrientedPdu.writeHeader(NetworkDataRepresentation ndr) |
protected void |
ConnectionOrientedPdu.writePdu(NetworkDataRepresentation ndr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResponseCoPdu.readBody(NetworkDataRepresentation ndr) |
protected void |
RequestCoPdu.readBody(NetworkDataRepresentation ndr) |
protected void |
FaultCoPdu.readBody(NetworkDataRepresentation ndr) |
protected void |
BindPdu.readBody(NetworkDataRepresentation ndr) |
protected void |
BindNoAcknowledgePdu.readBody(NetworkDataRepresentation ndr) |
protected void |
BindAcknowledgePdu.readBody(NetworkDataRepresentation ndr) |
protected void |
AlterContextResponsePdu.readBody(NetworkDataRepresentation ndr) |
protected void |
AlterContextPdu.readBody(NetworkDataRepresentation ndr) |
protected void |
ResponseCoPdu.readPdu(NetworkDataRepresentation ndr) |
protected void |
RequestCoPdu.readPdu(NetworkDataRepresentation ndr) |
protected void |
FaultCoPdu.readPdu(NetworkDataRepresentation ndr) |
protected void |
ResponseCoPdu.readStub(NetworkDataRepresentation ndr) |
protected void |
RequestCoPdu.readStub(NetworkDataRepresentation ndr) |
protected void |
FaultCoPdu.readStub(NetworkDataRepresentation ndr) |
protected void |
ResponseCoPdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
RequestCoPdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
FaultCoPdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
BindPdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
BindNoAcknowledgePdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
BindAcknowledgePdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
Auth3Pdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
AlterContextResponsePdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
AlterContextPdu.writeBody(NetworkDataRepresentation ndr) |
protected void |
ResponseCoPdu.writePdu(NetworkDataRepresentation ndr) |
protected void |
RequestCoPdu.writePdu(NetworkDataRepresentation ndr) |
protected void |
FaultCoPdu.writePdu(NetworkDataRepresentation ndr) |
protected void |
ResponseCoPdu.writeStub(NetworkDataRepresentation ndr) |
protected void |
RequestCoPdu.writeStub(NetworkDataRepresentation ndr) |
protected void |
FaultCoPdu.writeStub(NetworkDataRepresentation ndr) |
| Modifier and Type | Method and Description |
|---|---|
void |
Ntlm1.processIncoming(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented) |
void |
Ntlm1.processOutgoing(NetworkDataRepresentation ndr,
int index,
int length,
int verifierIndex,
boolean isFragmented) |
Copyright © 2017 LSST. All rights reserved.