クラス NtTransNotifyChangeResponse
- java.lang.Object
-
- jcifs.internal.smb1.ServerMessageBlock
-
- jcifs.internal.smb1.trans.SmbComTransactionResponse
-
- jcifs.internal.smb1.trans.nt.SmbComNtTransactionResponse
-
- jcifs.internal.smb1.trans.nt.NtTransNotifyChangeResponse
-
- すべての実装されたインタフェース:
Enumeration<SmbComTransactionResponse>,CommonServerMessageBlock,CommonServerMessageBlockRequest,CommonServerMessageBlockResponse,NotifyResponse,RequestWithPath,Message,Request,Response
public class NtTransNotifyChangeResponse extends SmbComNtTransactionResponse implements NotifyResponse
-
-
フィールドの概要
-
クラスから継承されたフィールド jcifs.internal.smb1.trans.SmbComTransactionResponse
bufDataStart, bufParameterStart, dataDisplacement, dataOffset, parameterCount, parameterDisplacement, parameterOffset, setupCount, totalDataCount, totalParameterCount
-
クラスから継承されたフィールド jcifs.internal.smb1.ServerMessageBlock
batchLevel, byteCount, digest, errorCode, flags2, headerStart, length, mid, path, pid, SMB_COM_CHECK_DIRECTORY, SMB_COM_CLOSE, SMB_COM_CREATE_DIRECTORY, SMB_COM_DELETE, SMB_COM_DELETE_DIRECTORY, SMB_COM_ECHO, SMB_COM_FIND_CLOSE2, SMB_COM_LOCKING_ANDX, SMB_COM_LOGOFF_ANDX, SMB_COM_MOVE, SMB_COM_NEGOTIATE, SMB_COM_NT_CANCEL, SMB_COM_NT_CREATE_ANDX, SMB_COM_NT_TRANSACT, SMB_COM_NT_TRANSACT_SECONDARY, SMB_COM_OPEN_ANDX, SMB_COM_QUERY_INFORMATION, SMB_COM_READ_ANDX, SMB_COM_RENAME, SMB_COM_SEEK, SMB_COM_SESSION_SETUP_ANDX, SMB_COM_SET_INFORMATION, SMB_COM_TRANSACTION, SMB_COM_TRANSACTION_SECONDARY, SMB_COM_TRANSACTION2, SMB_COM_TREE_CONNECT_ANDX, SMB_COM_TREE_DISCONNECT, SMB_COM_WRITE, SMB_COM_WRITE_ANDX, tid, uid, wordCount
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NtTransNotifyChangeResponse(Configuration config)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 List<FileNotifyInformation>getNotifyInformation()protected intreadDataWireFormat(byte[] buffer, int bufferIndex, int len)protected intreadParametersWireFormat(byte[] buffer, int bufferIndex, int len)protected intreadSetupWireFormat(byte[] buffer, int bufferIndex, int len)StringtoString()protected intwriteDataWireFormat(byte[] dst, int dstIndex)protected intwriteParametersWireFormat(byte[] dst, int dstIndex)protected intwriteSetupWireFormat(byte[] dst, int dstIndex)-
クラスから継承されたメソッド jcifs.internal.smb1.trans.nt.SmbComNtTransactionResponse
readParameterWordsWireFormat
-
クラスから継承されたメソッド jcifs.internal.smb1.trans.SmbComTransactionResponse
decode, getDataCount, getNumEntries, getResults, getStatus, getSubCommand, hasMoreElements, nextElement, readBytesWireFormat, releaseBuffer, reset, setBuffer, setDataCount, setNumEntries, setResults, setStatus, setSubCommand, writeBytesWireFormat, writeParameterWordsWireFormat
-
クラスから継承されたメソッド jcifs.internal.smb1.ServerMessageBlock
addFlags2, allowChain, clearReceived, createCancel, encode, equals, error, exception, getByteCount, getCommand, getConfig, getCreditCost, getDigest, getDomain, getErrorCode, getException, getExpiration, getFlags, getFlags2, getFullUNCPath, getGrantedCredits, getLength, getMid, getNext, getNextResponse, getOverrideTimeout, getPath, getPid, getRawPayload, getResponse, getServer, getSignSeq, getTid, getUid, hashCode, ignoreDisconnect, isAsync, isCancel, isError, isExtendedSecurity, isForceUnicode, isReceived, isResolveInDfs, isResponse, isResponseAsync, isRetainPayload, isUseUnicode, isVerifyFailed, prepare, readHeaderWireFormat, readString, readString, readString, readStringLength, received, remFlags2, retainPayload, setCommand, setDigest, setErrorCode, setExpiration, setExtendedSecurity, setFlags, setFlags2, setFullUNCPath, setMid, setOverrideTimeout, setPath, setPid, setRawPayload, setRequestCredits, setResolveInDfs, setResponse, setSessionId, setSignSeq, setTid, setUid, setUseUnicode, size, split, stringWireLength, verifySignature, writeHeaderWireFormat, writeString, writeString
-
インタフェースから継承されたメソッド jcifs.internal.CommonServerMessageBlock
decode, encode, getCommand, getDigest, getMid, getResponse, reset, setCommand, setDigest, setExtendedSecurity, setMid, setResponse, setSessionId, setUid
-
インタフェースから継承されたメソッド jcifs.internal.CommonServerMessageBlockResponse
getNextResponse, isAsync, prepare
-
インタフェースから継承されたメソッド java.util.Enumeration
asIterator
-
インタフェースから継承されたメソッド jcifs.util.transport.Message
getRawPayload, isRetainPayload, retainPayload, setRawPayload
-
インタフェースから継承されたメソッド jcifs.util.transport.Response
clearReceived, error, exception, getErrorCode, getException, getExpiration, getGrantedCredits, getMid, isError, isReceived, isVerifyFailed, received, reset, setExpiration, setMid, verifySignature
-
-
-
-
コンストラクタの詳細
-
NtTransNotifyChangeResponse
public NtTransNotifyChangeResponse(Configuration config)
- パラメータ:
config-
-
-
メソッドの詳細
-
getNotifyInformation
public final List<FileNotifyInformation> getNotifyInformation()
- 定義:
getNotifyInformationインタフェース内NotifyResponse- 戻り値:
- the notifyInformation
-
writeSetupWireFormat
protected int writeSetupWireFormat(byte[] dst, int dstIndex)
-
writeParametersWireFormat
protected int writeParametersWireFormat(byte[] dst, int dstIndex)
-
writeDataWireFormat
protected int writeDataWireFormat(byte[] dst, int dstIndex)
-
readSetupWireFormat
protected int readSetupWireFormat(byte[] buffer, int bufferIndex, int len)
-
readParametersWireFormat
protected int readParametersWireFormat(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException
-
readDataWireFormat
protected int readDataWireFormat(byte[] buffer, int bufferIndex, int len)
-
toString
public String toString()
- オーバーライド:
toStringクラス内SmbComTransactionResponse
-
-