Uses of Class
com.hierynomus.mssmb2.messages.negotiate.SMB2NegotiateContextType
-
Packages that use SMB2NegotiateContextType Package Description com.hierynomus.mssmb2.messages.negotiate -
-
Uses of SMB2NegotiateContextType in com.hierynomus.mssmb2.messages.negotiate
Fields in com.hierynomus.mssmb2.messages.negotiate declared as SMB2NegotiateContextType Modifier and Type Field Description private SMB2NegotiateContextType
SMB2NegotiateContext. negotiateContextType
Methods in com.hierynomus.mssmb2.messages.negotiate that return SMB2NegotiateContextType Modifier and Type Method Description SMB2NegotiateContextType
SMB2NegotiateContext. getNegotiateContextType()
static SMB2NegotiateContextType
SMB2NegotiateContextType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMB2NegotiateContextType[]
SMB2NegotiateContextType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.hierynomus.mssmb2.messages.negotiate with parameters of type SMB2NegotiateContextType Constructor Description SMB2NegotiateContext(SMB2NegotiateContextType negotiateContextType)
For request to create instance
-