public class Smb2SessionSetupResponse extends ServerMessageBlock2Response
| Modifier and Type | Field and Description |
|---|---|
static int |
SMB2_SESSION_FLAG_ENCRYPT_DATA |
static int |
SMB2_SESSION_FLAGS_IS_GUEST |
static int |
SMB2_SESSION_FLAGS_IS_NULL |
SMB2_FLAGS_ASYNC_COMMAND, SMB2_FLAGS_DFS_OPERATIONS, SMB2_FLAGS_PRIORITY_MASK, SMB2_FLAGS_RELATED_OPERATIONS, SMB2_FLAGS_REPLAY_OPERATION, SMB2_FLAGS_SERVER_TO_REDIR, SMB2_FLAGS_SIGNED| Constructor and Description |
|---|
Smb2SessionSetupResponse(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBlob() |
boolean |
isLoggedInAsGuest() |
void |
prepare(CommonServerMessageBlockRequest next) |
clearReceived, error, exception, getErrorCode, getException, getExpiration, getGrantedCredits, getNextResponse, getRawPayload, isAsyncHandled, isError, isReceived, isRetainPayload, isSigned, isVerifyFailed, received, reset, retainPayload, setAsyncHandled, setExpiration, setRawPayload, verifySignatureaddFlags, chain, clearFlags, decode, decode, encode, equals, getAsyncId, getCommand, getCredit, getCreditCharge, getDigest, getErrorContextCount, getErrorData, getFlags, getHeaderStart, getLength, getMid, getNextCommandOffset, getResponse, getSessionId, getStatus, getTreeId, hashCode, isAsync, setAsyncId, setCommand, setCredit, setDigest, setExtendedSecurity, setMid, setResponse, setSessionId, setTreeId, setUid, toStringisAsyncdecode, encode, getCommand, getDigest, getMid, getResponse, setCommand, setDigest, setExtendedSecurity, setMid, setResponse, setSessionId, setUidpublic static final int SMB2_SESSION_FLAGS_IS_GUEST
public static final int SMB2_SESSION_FLAGS_IS_NULL
public static final int SMB2_SESSION_FLAG_ENCRYPT_DATA
public Smb2SessionSetupResponse(Configuration config)
config - public void prepare(CommonServerMessageBlockRequest next)
prepare in interface CommonServerMessageBlockResponseprepare in class ServerMessageBlock2ResponseServerMessageBlock2Response.prepare(jcifs.internal.CommonServerMessageBlockRequest)public boolean isLoggedInAsGuest()
public byte[] getBlob()
Copyright © 2018. All rights reserved.