Package | Description |
---|---|
org.alfresco.jlan.client | |
org.alfresco.jlan.smb.dcerpc.client |
Modifier and Type | Class and Description |
---|---|
class |
NTTransPacket
NT Transaction Packet Class
|
class |
TransPacket
SMB transact packet class
|
Modifier and Type | Field and Description |
---|---|
protected SMBPacket |
Session.m_pkt |
protected SMBPacket |
SMBFile.m_rxpkt |
protected SMBPacket |
SMBFile.m_txpkt |
Modifier and Type | Method and Description |
---|---|
protected SMBPacket |
Session.allocatePacket(int pref)
Allocate an SMB packet for this session.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SMBPacket.ExchangeLowLevelSMB(NetworkSession sess,
SMBPacket rxPkt,
boolean throwerr)
Send the SMB packet and receive the response packet
|
void |
SMBPacket.ExchangeSMB(Session sess,
SMBPacket rxPkt)
Send/receive an SMB protocol packet to the remote server.
|
void |
SMBPacket.ExchangeSMB(Session sess,
SMBPacket rxPkt,
boolean throwerr)
Send the SMB packet and receive the response packet
|
protected void |
Session.processAsynchResponse(SMBPacket pkt)
Process an asynchronous packet
|
protected void |
CIFSDiskSession.processAsynchResponse(SMBPacket pkt)
Process an asynchronous response packet
|
protected void |
NotifyChangeAsynchRequest.processResponse(Session sess,
SMBPacket pkt)
Process the notify change response
|
protected abstract void |
AsynchRequest.processResponse(Session sess,
SMBPacket pkt)
Process the asynchronous response packet for this request
|
protected boolean |
NotifyChangeAsynchRequest.resubmitRequest(Session sess,
SMBPacket pkt)
Resubmit the request to the server
|
protected abstract boolean |
AsynchRequest.resubmitRequest(Session sess,
SMBPacket pkt)
Resubmit the request to the server
|
protected void |
Session.signTxPacket(SMBPacket pkt)
Add an SMB signature to an outgoing SMB request
|
protected void |
Session.verifyRxPacket(SMBPacket pkt)
Verify the SMB signature on an incoming SMB response
|
Constructor and Description |
---|
AuthenticateSession(PCShare shr,
NetworkSession sess,
int dialect,
SMBPacket pkt)
Class constructor
|
Session(PCShare shr,
int dialect,
SMBPacket pkt)
Construct an SMB session
|
Modifier and Type | Class and Description |
---|---|
class |
DCEPacket
DCE/RPC Packet Class
|
Constructor and Description |
---|
DCEPacket(int siz,
SMBPacket pkt)
Construct a DCE/RPC transaction packet of the specified size, and initialize from the
supplied SMB packet.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.