All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.starla.lite.SMBDialect

java.lang.Object
   |
   +----com.starla.lite.SMBDialect

public final class SMBDialect
extends Object
SMB dialect class.

This class contains the available SMB protocol dialects that may be negotiated when an SMB session is setup.


Variable Index

 o SMB_PROT_CORE
Core protocol dialect
 o SMB_PROT_COREPLUS
Core plus protocol dialect
 o SMB_PROT_MAX
Maximum protocol dialect index
 o SMB_PROT_UNKNOWN
Unknown dialect

Constructor Index

 o SMBDialect()

Method Index

 o DialectString(int)
Return the required SMB dialect string.
 o DialectType(int)
Return the SMB dialect type for the specified SMB dialect string index.
 o DialectTypeString(int)
Return the dialect type as a string.
 o NumberOfDialects()
Return the number of available SMB dialect strings.

Variables

 o SMB_PROT_CORE
 public static final int SMB_PROT_CORE
Core protocol dialect

 o SMB_PROT_COREPLUS
 public static final int SMB_PROT_COREPLUS
Core plus protocol dialect

 o SMB_PROT_MAX
 public static final int SMB_PROT_MAX
Maximum protocol dialect index

 o SMB_PROT_UNKNOWN
 public static final int SMB_PROT_UNKNOWN
Unknown dialect

Constructors

 o SMBDialect
 public SMBDialect()

Methods

 o DialectString
 public static String DialectString(int i)
Return the required SMB dialect string.

Parameters:
i - SMB dialect string index.
Returns:
SMB dialect string.
 o DialectType
 public static int DialectType(int i)
Return the SMB dialect type for the specified SMB dialect string index.

Parameters:
i - SMB dialect type.
Returns:
SMB dialect string index.
 o DialectTypeString
 public static String DialectTypeString(int dia)
Return the dialect type as a string.

Parameters:
dia - SMB dialect type.
Returns:
SMB dialect type string.
 o NumberOfDialects
 public static int NumberOfDialects()
Return the number of available SMB dialect strings.

Returns:
Number of available SMB dialect strings.

All Packages  Class Hierarchy  This Package  Previous  Next  Index