org.jboss.remoting.transport.http
Class HTTPMetadataConstants
java.lang.Object
org.jboss.remoting.transport.http.HTTPMetadataConstants
- public class HTTPMetadataConstants
- extends java.lang.Object
There is some metadata that can be expected to be found in the
metadata passed to the server invoker handlers for http transports.
This class contains the constants for the keys to these values.
- Author:
- Tom Elrod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHODTYPE
public static final java.lang.String METHODTYPE
- See Also:
- Constant Field Values
PATH
public static final java.lang.String PATH
- See Also:
- Constant Field Values
HTTPVERSION
public static final java.lang.String HTTPVERSION
- See Also:
- Constant Field Values
RESPONSE_CODE
public static final java.lang.String RESPONSE_CODE
- See Also:
- Constant Field Values
CONTENTTYPE
public static final java.lang.String CONTENTTYPE
- See Also:
- Constant Field Values
RESPONSE_CODE_MESSAGE
public static final java.lang.String RESPONSE_CODE_MESSAGE
- See Also:
- Constant Field Values
HTTPMetadataConstants
public HTTPMetadataConstants()
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.