Package | Description |
---|---|
org.alfresco.jlan.server.auth.passthru |
Modifier and Type | Field and Description |
---|---|
protected SMBPacket |
AuthenticateSession.m_pkt |
Modifier and Type | Method and Description |
---|---|
protected SMBPacket |
AuthenticateSession.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(AuthenticateSession sess,
SMBPacket rxPkt)
Send/receive an SMB protocol packet to the remote server.
|
void |
SMBPacket.ExchangeSMB(AuthenticateSession sess,
SMBPacket rxPkt,
boolean throwerr)
Send the SMB packet and receive the response packet
|
protected void |
AuthenticateSession.processAsynchResponse(SMBPacket pkt)
Process an asynchronous packet
|
Constructor and Description |
---|
AuthenticateSession(PCShare shr,
NetworkSession sess,
int dialect,
SMBPacket pkt)
Class constructor
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.