public class Smb2TreeConnectResponse extends ServerMessageBlock2Response implements TreeConnectResponse
| Modifier and Type | Field and Description |
|---|---|
static int |
SMB2_SHARE_CAP_ASYMMETRIC |
static int |
SMB2_SHARE_CAP_CLUSTER |
static int |
SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY |
static int |
SMB2_SHARE_CAP_DFS |
static int |
SMB2_SHARE_CAP_SCALEOUT |
static byte |
SMB2_SHARE_TYPE_DISK |
static byte |
SMB2_SHARE_TYPE_PIPE |
static byte |
SMB2_SHARE_TYPE_PRINT |
static int |
SMB2_SHAREFLAG_ACCESS_BASED_DIRECTORY_ENUM |
static int |
SMB2_SHAREFLAG_ALLOW_NAMESPACE_CACHING |
static int |
SMB2_SHAREFLAG_AUTO_CACHING |
static int |
SMB2_SHAREFLAG_DFS |
static int |
SMB2_SHAREFLAG_DFS_ROOT |
static int |
SMB2_SHAREFLAG_ENABLE_HASH_V1 |
static int |
SMB2_SHAREFLAG_ENABLE_HASH_V2 |
static int |
SMB2_SHAREFLAG_ENCRYPT_DATA |
static int |
SMB2_SHAREFLAG_FORCE_LEVEL2_OPLOCK |
static int |
SMB2_SHAREFLAG_FORCE_SHARED_DELETE |
static int |
SMB2_SHAREFLAG_MANUAL_CACHING |
static int |
SMB2_SHAREFLAG_RESTRICT_EXCLUSIVE_OPENS |
static int |
SMB2_SHAREFLAG_VDO_CACHING |
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 |
|---|
Smb2TreeConnectResponse(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapabilities() |
int |
getMaximalAccess() |
String |
getService() |
int |
getShareFlags() |
byte |
getShareType() |
int |
getTid() |
boolean |
isShareDfs() |
boolean |
isValidTid() |
void |
prepare(CommonServerMessageBlockRequest next) |
clearReceived, error, exception, getErrorCode, getException, getExpiration, getGrantedCredits, getNextResponse, isAsyncHandled, isError, isReceived, isSigned, isVerifyFailed, received, reset, setAsyncHandled, setExpiration, verifySignatureaddFlags, chain, clearFlags, decode, decode, encode, equals, getAsyncId, getCommand, getCredit, getCreditCharge, getDigest, getErrorContextCount, getErrorData, getFlags, getHeaderStart, getLength, getMid, getNextCommandOffset, getRawPayload, getResponse, getSessionId, getStatus, getTreeId, hashCode, isAsync, isRetainPayload, retainPayload, setAsyncId, setCommand, setCredit, setDigest, setExtendedSecurity, setMid, setRawPayload, setReadSize, setResponse, setSessionId, setTreeId, setUid, toStringgetNextResponse, isAsyncdecode, encode, getCommand, getDigest, getMid, getResponse, reset, setCommand, setDigest, setExtendedSecurity, setMid, setResponse, setSessionId, setUidclearReceived, error, exception, getErrorCode, getException, getExpiration, getGrantedCredits, getMid, isError, isReceived, isVerifyFailed, received, reset, setExpiration, setMid, verifySignaturegetRawPayload, isRetainPayload, retainPayload, setRawPayloadpublic static final byte SMB2_SHARE_TYPE_DISK
public static final byte SMB2_SHARE_TYPE_PIPE
public static final byte SMB2_SHARE_TYPE_PRINT
public static final int SMB2_SHAREFLAG_MANUAL_CACHING
public static final int SMB2_SHAREFLAG_AUTO_CACHING
public static final int SMB2_SHAREFLAG_VDO_CACHING
public static final int SMB2_SHAREFLAG_DFS
public static final int SMB2_SHAREFLAG_DFS_ROOT
public static final int SMB2_SHAREFLAG_RESTRICT_EXCLUSIVE_OPENS
public static final int SMB2_SHAREFLAG_FORCE_SHARED_DELETE
public static final int SMB2_SHAREFLAG_ALLOW_NAMESPACE_CACHING
public static final int SMB2_SHAREFLAG_ACCESS_BASED_DIRECTORY_ENUM
public static final int SMB2_SHAREFLAG_FORCE_LEVEL2_OPLOCK
public static final int SMB2_SHAREFLAG_ENABLE_HASH_V1
public static final int SMB2_SHAREFLAG_ENABLE_HASH_V2
public static final int SMB2_SHAREFLAG_ENCRYPT_DATA
public static final int SMB2_SHARE_CAP_DFS
public static final int SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY
public static final int SMB2_SHARE_CAP_SCALEOUT
public static final int SMB2_SHARE_CAP_CLUSTER
public static final int SMB2_SHARE_CAP_ASYMMETRIC
public Smb2TreeConnectResponse(Configuration config)
config - public void prepare(CommonServerMessageBlockRequest next)
prepare in interface CommonServerMessageBlockResponseprepare in class ServerMessageBlock2ResponseServerMessageBlock2Response.prepare(jcifs.internal.CommonServerMessageBlockRequest)public byte getShareType()
public int getShareFlags()
public int getCapabilities()
public int getMaximalAccess()
public final int getTid()
getTid in interface TreeConnectResponseTreeConnectResponse.getTid()public boolean isValidTid()
isValidTid in interface TreeConnectResponsepublic String getService()
getService in interface TreeConnectResponseTreeConnectResponse.getService()public boolean isShareDfs()
isShareDfs in interface TreeConnectResponseTreeConnectResponse.isShareDfs()Copyright © 2021. All rights reserved.