Uses of Class
com.hierynomus.mssmb2.SMB2MessageCommandCode
-
Packages that use SMB2MessageCommandCode Package Description com.hierynomus.mssmb2 -
-
Uses of SMB2MessageCommandCode in com.hierynomus.mssmb2
Fields in com.hierynomus.mssmb2 declared as SMB2MessageCommandCode Modifier and Type Field Description private static SMB2MessageCommandCode[]
SMB2MessageCommandCode. cache
private SMB2MessageCommandCode
SMBApiException. failedCommand
private SMB2MessageCommandCode
SMB2PacketHeader. message
Methods in com.hierynomus.mssmb2 that return SMB2MessageCommandCode Modifier and Type Method Description SMB2MessageCommandCode
SMBApiException. getFailedCommand()
SMB2MessageCommandCode
SMB2PacketHeader. getMessage()
static SMB2MessageCommandCode
SMB2MessageCommandCode. lookup(int value)
static SMB2MessageCommandCode
SMB2MessageCommandCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMB2MessageCommandCode[]
SMB2MessageCommandCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hierynomus.mssmb2 with parameters of type SMB2MessageCommandCode Modifier and Type Method Description void
SMB2PacketHeader. setMessageType(SMB2MessageCommandCode messageType)
Constructors in com.hierynomus.mssmb2 with parameters of type SMB2MessageCommandCode Constructor Description SMB2MultiCreditPacket(int structureSize, SMB2Dialect dialect, SMB2MessageCommandCode messageType, long sessionId, long treeId, int maxPayloadSize)
SMB2Packet(int structureSize, SMB2Dialect dialect, SMB2MessageCommandCode messageType)
SMB2Packet(int structureSize, SMB2Dialect dialect, SMB2MessageCommandCode messageType, long sessionId)
SMB2Packet(int structureSize, SMB2Dialect dialect, SMB2MessageCommandCode messageType, long sessionId, long treeId)
SMBApiException(long status, SMB2MessageCommandCode failedCommand, java.lang.String message, java.lang.Throwable t)
SMBApiException(long status, SMB2MessageCommandCode failedCommand, java.lang.Throwable t)
-