public class Protocol
extends java.lang.Object
Declares constants for the available SMB protocols (TCP/IP NetBIOS and native TCP/IP SMB)
Modifier and Type | Field and Description |
---|---|
static int |
NativeSMB |
static int |
None |
static int |
TCPNetBIOS |
static int |
UseDefault |
Constructor and Description |
---|
Protocol() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
asString(int typ)
Return the protocol type as a string
|
public static final int TCPNetBIOS
public static final int NativeSMB
public static final int UseDefault
public static final int None
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.