public class Smb2CreateResponse extends ServerMessageBlock2Response implements SmbBasicFileInfo
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 |
|---|
Smb2CreateResponse(Configuration config,
String name) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocationSize() |
int |
getAttributes() |
long |
getChangeTime() |
int |
getCreateAction() |
CreateContextResponse[] |
getCreateContexts() |
long |
getCreateTime() |
long |
getCreationTime() |
long |
getEndOfFile() |
int |
getFileAttributes() |
byte[] |
getFileId() |
String |
getFileName() |
long |
getLastAccessTime() |
long |
getLastWriteTime() |
byte |
getOpenFlags() |
byte |
getOplockLevel() |
long |
getSize() |
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 Smb2CreateResponse(Configuration config, String name)
config - name - public void prepare(CommonServerMessageBlockRequest next)
prepare in interface CommonServerMessageBlockResponseprepare in class ServerMessageBlock2ResponseServerMessageBlock2Response.prepare(jcifs.internal.CommonServerMessageBlockRequest)public final byte getOplockLevel()
public final byte getOpenFlags()
public final int getCreateAction()
public final long getCreationTime()
public final long getCreateTime()
getCreateTime in interface SmbBasicFileInfoSmbBasicFileInfo.getCreateTime()public final long getLastAccessTime()
getLastAccessTime in interface SmbBasicFileInfopublic final long getLastWriteTime()
getLastWriteTime in interface SmbBasicFileInfopublic final long getChangeTime()
public final long getAllocationSize()
public final long getEndOfFile()
public final long getSize()
getSize in interface SmbBasicFileInfoSmbBasicFileInfo.getSize()public final int getFileAttributes()
public final int getAttributes()
getAttributes in interface SmbBasicFileInfoSmbBasicFileInfo.getAttributes()public final byte[] getFileId()
public final String getFileName()
public CreateContextResponse[] getCreateContexts()
Copyright © 2018. All rights reserved.