public class SMBSrvSessionState extends Object
Contains the various states that an SMB server session will go through during the session lifetime.
Modifier and Type | Field and Description |
---|---|
static int |
NBHANGUP |
static int |
NBSESSREQ |
static int |
SMBCLOSED |
static int |
SMBNEGOTIATE |
static int |
SMBSESSION |
static int |
SMBSESSSETUP |
Constructor and Description |
---|
SMBSrvSessionState() |
public static final int NBHANGUP
public static final int NBSESSREQ
public static final int SMBCLOSED
public static final int SMBNEGOTIATE
public static final int SMBSESSION
public static final int SMBSESSSETUP
public static String getStateAsString(int state)
Copyright © 2005–2018 Alfresco Software. All rights reserved.