public interface SmbNegotiationResponse extends CommonServerMessageBlock, Response
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuse(CIFSContext tc,
boolean forceSigning) |
int |
getInitialCredits() |
int |
getReceiveBufferSize() |
DialectVersion |
getSelectedDialect() |
int |
getSendBufferSize() |
int |
getTransactionBufferSize() |
boolean |
haveCapabilitiy(int cap) |
boolean |
isDFSSupported() |
boolean |
isSigningEnabled() |
boolean |
isSigningNegotiated() |
boolean |
isSigningRequired() |
boolean |
isValid(CIFSContext cifsContext,
SmbNegotiationRequest request) |
void |
setupRequest(CommonServerMessageBlock request) |
void |
setupResponse(Response resp) |
decode, encode, getCommand, getDigest, getMid, getResponse, reset, setCommand, setDigest, setExtendedSecurity, setMid, setResponse, setSessionId, setUidclearReceived, error, exception, getErrorCode, getException, getExpiration, getGrantedCredits, getMid, getNextResponse, isError, isReceived, isVerifyFailed, received, reset, setExpiration, setMid, verifySignaturegetRawPayload, isRetainPayload, retainPayload, setRawPayloadboolean isValid(CIFSContext cifsContext, SmbNegotiationRequest request)
cifsContext - singingEnforced - request - DialectVersion getSelectedDialect()
boolean isSigningEnabled()
boolean isSigningRequired()
boolean isDFSSupported()
void setupRequest(CommonServerMessageBlock request)
request - void setupResponse(Response resp)
resp - boolean isSigningNegotiated()
boolean haveCapabilitiy(int cap)
cap - int getSendBufferSize()
int getReceiveBufferSize()
int getTransactionBufferSize()
int getInitialCredits()
boolean canReuse(CIFSContext tc, boolean forceSigning)
tc - forceSigning - Copyright © 2023. All rights reserved.