Uses of Interface
jcifs.util.transport.Response
-
-
Uses of Response in jcifs.internal
Subinterfaces of Response in jcifs.internal Modifier and Type Interface Description interfaceCommonServerMessageBlockResponseinterfaceNotifyResponseinterfaceSmbNegotiationResponseinterfaceTreeConnectResponseMethods in jcifs.internal with parameters of type Response Modifier and Type Method Description voidSmbNegotiationResponse. setupResponse(Response resp) -
Uses of Response in jcifs.internal.smb1
Classes in jcifs.internal.smb1 that implement Response Modifier and Type Class Description classAndXServerMessageBlockclassServerMessageBlock -
Uses of Response in jcifs.internal.smb1.com
Classes in jcifs.internal.smb1.com that implement Response Modifier and Type Class Description classSmbComBlankResponseclassSmbComCloseclassSmbComCreateDirectoryclassSmbComDeleteclassSmbComDeleteDirectoryclassSmbComFindClose2classSmbComLockingAndXclassSmbComLogoffAndXclassSmbComNegotiateclassSmbComNegotiateResponseclassSmbComNTCreateAndXclassSmbComNTCreateAndXResponseclassSmbComOpenAndXclassSmbComOpenAndXResponseclassSmbComQueryInformationclassSmbComQueryInformationResponseclassSmbComReadAndXclassSmbComReadAndXResponseclassSmbComRenameclassSmbComSeekclassSmbComSeekResponseclassSmbComSessionSetupAndXclassSmbComSessionSetupAndXResponseclassSmbComSetInformationclassSmbComSetInformationResponseclassSmbComTreeConnectAndXclassSmbComTreeConnectAndXResponseclassSmbComTreeDisconnectclassSmbComWriteclassSmbComWriteAndXclassSmbComWriteAndXResponseclassSmbComWriteResponseMethods in jcifs.internal.smb1.com with parameters of type Response Modifier and Type Method Description voidSmbComNegotiateResponse. setupResponse(Response resp) -
Uses of Response in jcifs.internal.smb1.net
Classes in jcifs.internal.smb1.net that implement Response Modifier and Type Class Description classNetServerEnum2classNetServerEnum2ResponseclassNetShareEnumclassNetShareEnumResponse -
Uses of Response in jcifs.internal.smb1.trans
Classes in jcifs.internal.smb1.trans that implement Response Modifier and Type Class Description classSmbComTransactionclassSmbComTransactionResponseclassTransCallNamedPipeclassTransCallNamedPipeResponseclassTransPeekNamedPipeclassTransPeekNamedPipeResponseclassTransTransactNamedPipeclassTransTransactNamedPipeResponseclassTransWaitNamedPipeclassTransWaitNamedPipeResponse -
Uses of Response in jcifs.internal.smb1.trans.nt
Classes in jcifs.internal.smb1.trans.nt that implement Response Modifier and Type Class Description classNtTransNotifyChangeclassNtTransNotifyChangeResponseclassNtTransQuerySecurityDescclassNtTransQuerySecurityDescResponseclassSmbComNtCancelclassSmbComNtTransactionclassSmbComNtTransactionResponse -
Uses of Response in jcifs.internal.smb1.trans2
Classes in jcifs.internal.smb1.trans2 that implement Response Modifier and Type Class Description classTrans2FindFirst2classTrans2FindFirst2ResponseclassTrans2FindNext2classTrans2GetDfsReferralclassTrans2GetDfsReferralResponseclassTrans2QueryFSInformationclassTrans2QueryFSInformationResponseclassTrans2QueryPathInformationclassTrans2QueryPathInformationResponseclassTrans2SetFileInformationclassTrans2SetFileInformationResponse -
Uses of Response in jcifs.internal.smb2
Classes in jcifs.internal.smb2 that implement Response Modifier and Type Class Description classServerMessageBlock2ResponseclassSmb2EchoResponse -
Uses of Response in jcifs.internal.smb2.create
Classes in jcifs.internal.smb2.create that implement Response Modifier and Type Class Description classSmb2CloseResponseclassSmb2CreateResponse -
Uses of Response in jcifs.internal.smb2.info
Classes in jcifs.internal.smb2.info that implement Response Modifier and Type Class Description classSmb2QueryDirectoryResponseclassSmb2QueryInfoResponseclassSmb2SetInfoResponse -
Uses of Response in jcifs.internal.smb2.io
Classes in jcifs.internal.smb2.io that implement Response Modifier and Type Class Description classSmb2FlushResponseclassSmb2ReadResponseclassSmb2WriteResponse -
Uses of Response in jcifs.internal.smb2.ioctl
Classes in jcifs.internal.smb2.ioctl that implement Response Modifier and Type Class Description classSmb2IoctlResponse -
Uses of Response in jcifs.internal.smb2.lock
Classes in jcifs.internal.smb2.lock that implement Response Modifier and Type Class Description classSmb2LockResponseclassSmb2OplockBreakNotification -
Uses of Response in jcifs.internal.smb2.nego
Classes in jcifs.internal.smb2.nego that implement Response Modifier and Type Class Description classSmb2NegotiateResponseMethods in jcifs.internal.smb2.nego with parameters of type Response Modifier and Type Method Description voidSmb2NegotiateResponse. setupResponse(Response resp) -
Uses of Response in jcifs.internal.smb2.notify
Classes in jcifs.internal.smb2.notify that implement Response Modifier and Type Class Description classSmb2ChangeNotifyResponse -
Uses of Response in jcifs.internal.smb2.session
Classes in jcifs.internal.smb2.session that implement Response Modifier and Type Class Description classSmb2LogoffResponseclassSmb2SessionSetupResponse -
Uses of Response in jcifs.internal.smb2.tree
Classes in jcifs.internal.smb2.tree that implement Response Modifier and Type Class Description classSmb2TreeConnectResponseclassSmb2TreeDisconnectResponse -
Uses of Response in jcifs.util.transport
Fields in jcifs.util.transport with type parameters of type Response Modifier and Type Field Description protected Map<Long,Response>Transport. response_mapMethods in jcifs.util.transport with type parameters of type Response Modifier and Type Method Description protected <T extends Response>
longTransport. doSend(Request request, T response, Set<RequestParam> params, long timeout)protected <T extends Response>
booleanTransport. handleIntermediate(Request request, T response)<T extends Response>
TTransport. sendrecv(Request request, T response, Set<RequestParam> params)Send a request message and recieve responseMethods in jcifs.util.transport that return Response Modifier and Type Method Description ResponseResponse. getNextResponse()ResponseRequest. getResponse()Methods in jcifs.util.transport with parameters of type Response Modifier and Type Method Description protected abstract voidTransport. doRecv(Response response)
-