org.apache.synapse.transport.nhttp
Class AccessConstants

java.lang.Object
  extended by org.apache.synapse.transport.nhttp.AccessConstants

public class AccessConstants
extends Object

Constants used in the Access Class


Field Summary
static String COMBINED_PATTERN
          Pattern used to log - Default is COMBINED_PATTERN given below.
static String DIRECTORY
          The directory in which log files are created.
static String FILE_FORMAT
          Gives the format of the date to be appended to the name of the access log file.
static String[] MONTHS
          The set of month abbreviations for log messages.
static String PREFIX
          The prefix that is added to log file file names.
static String SUFFIX
          The suffix that is added to log file file names.
 
Constructor Summary
AccessConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMBINED_PATTERN

public static final String COMBINED_PATTERN
Pattern used to log - Default is COMBINED_PATTERN given below.

See Also:
Constant Field Values

MONTHS

public static final String[] MONTHS
The set of month abbreviations for log messages.


DIRECTORY

public static String DIRECTORY
The directory in which log files are created.


FILE_FORMAT

public static String FILE_FORMAT
Gives the format of the date to be appended to the name of the access log file.


PREFIX

public static String PREFIX
The prefix that is added to log file file names.


SUFFIX

public static String SUFFIX
The suffix that is added to log file file names.

Constructor Detail

AccessConstants

public AccessConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.