Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B031A9F69 for ; Thu, 5 Apr 2012 23:59:48 +0000 (UTC) Received: (qmail 42880 invoked by uid 500); 5 Apr 2012 23:59:45 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 42766 invoked by uid 500); 5 Apr 2012 23:59:45 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 42599 invoked by uid 99); 5 Apr 2012 23:59:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 23:59:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2012 23:59:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6A7FB2388847 for ; Thu, 5 Apr 2012 23:59:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1310133 [1/12] - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/org/apache/catalina/realm/ api/org/apache/catalina/util/ api/org/apache/catalina/websocket/ api/org/apache/coyote/http11/upgrade/ api/org/apache/tomcat/jdbc/pool/ api/org/a... Date: Thu, 05 Apr 2012 23:58:59 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120405235902.6A7FB2388847@eris.apache.org> Author: kkolinko Date: Thu Apr 5 23:58:58 2012 New Revision: 1310133 URL: http://svn.apache.org/viewvc?rev=1310133&view=rev Log: Followup to r1309881 Add files that were added in 7.0.27 Added: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509SubjectDnRetriever.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/util/Conversions.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Constants.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/MessageInbound.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/StreamInbound.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Utf8Decoder.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/WebSocketServlet.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/WsFrame.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/WsInputStream.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/WsOutbound.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/package-frame.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/package-summary.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/package-tree.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/Constants.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/UpgradeAprProcessor.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/UpgradeBioProcessor.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/UpgradeInbound.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/UpgradeOutbound.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/UpgradeProcessor.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/package-frame.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/package-summary.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/coyote/http11/upgrade/package-tree.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/jdbc/pool/DisposableConnectionFacade.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/jdbc/pool/PoolExhaustedException.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/AstAttribute.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/AstMediaType.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/AstParameter.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/AstSubType.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/AstType.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/AstValue.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/HttpParser.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/HttpParserConstants.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/HttpParserTokenManager.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/HttpParserTreeConstants.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/JJTHttpParserState.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/Node.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/ParseException.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/SimpleCharStream.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/SimpleNode.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/Token.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/TokenMgrError.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/package-frame.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/package-summary.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/tomcat/util/http/parser/package-tree.html (with props) tomcat/site/trunk/docs/tomcat-7.0-doc/web-socket-howto.html (with props) Added: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509SubjectDnRetriever.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509SubjectDnRetriever.html?rev=1310133&view=auto ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509SubjectDnRetriever.html (added) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509SubjectDnRetriever.html Thu Apr 5 23:58:58 2012 @@ -0,0 +1,266 @@ + + + + + + +X509SubjectDnRetriever (Apache Tomcat 7.0.27 API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+ +

+ +org.apache.catalina.realm +
+Class X509SubjectDnRetriever

+
+java.lang.Object
+  extended by org.apache.catalina.realm.X509SubjectDnRetriever
+
+
+
All Implemented Interfaces:
X509UsernameRetriever
+
+
+
+
public class X509SubjectDnRetriever
extends Object
implements X509UsernameRetriever
+ + +

+An X509UsernameRetriever that returns a certificate's entire + SubjectDN as the username. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
X509SubjectDnRetriever() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ StringgetUsername(X509Certificate clientCert) + +
+          Gets a user name from an X509Certificate.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+X509SubjectDnRetriever

+
+public X509SubjectDnRetriever()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getUsername

+
+public String getUsername(X509Certificate clientCert)
+
+
Description copied from interface: X509UsernameRetriever
+
Gets a user name from an X509Certificate. +

+

+
Specified by:
getUsername in interface X509UsernameRetriever
+
+
+
Parameters:
clientCert - The certificate containing the user name. +
Returns:
An appropriate user name obtained from one or more fields + in the certificate.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved. + + Propchange: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509SubjectDnRetriever.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html?rev=1310133&view=auto ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html (added) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html Thu Apr 5 23:58:58 2012 @@ -0,0 +1,215 @@ + + + + + + +X509UsernameRetriever (Apache Tomcat 7.0.27 API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+ +

+ +org.apache.catalina.realm +
+Interface X509UsernameRetriever

+
+
All Known Implementing Classes:
X509SubjectDnRetriever
+
+
+
+
public interface X509UsernameRetriever
+ + +

+Provides an interface for retrieving a user name from an X509Certificate. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ StringgetUsername(X509Certificate cert) + +
+          Gets a user name from an X509Certificate.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getUsername

+
+String getUsername(X509Certificate cert)
+
+
Gets a user name from an X509Certificate. +

+

+
Parameters:
cert - The certificate containing the user name. +
Returns:
An appropriate user name obtained from one or more fields + in the certificate.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved. + + Propchange: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/realm/X509UsernameRetriever.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/util/Conversions.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/util/Conversions.html?rev=1310133&view=auto ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/util/Conversions.html (added) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/util/Conversions.html Thu Apr 5 23:58:58 2012 @@ -0,0 +1,220 @@ + + + + + + +Conversions (Apache Tomcat 7.0.27 API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+ +

+ +org.apache.catalina.util +
+Class Conversions

+
+java.lang.Object
+  extended by org.apache.catalina.util.Conversions
+
+
+
+
public class Conversions
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+static longbyteArrayToLong(byte[] input) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+byteArrayToLong

+
+public static long byteArrayToLong(byte[] input)
+                            throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved. + + Propchange: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/util/Conversions.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Constants.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Constants.html?rev=1310133&view=auto ============================================================================== --- tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Constants.html (added) +++ tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Constants.html Thu Apr 5 23:58:58 2012 @@ -0,0 +1,639 @@ + + + + + + +Constants (Apache Tomcat 7.0.27 API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+ +

+ +org.apache.catalina.websocket +
+Class Constants

+
+java.lang.Object
+  extended by org.apache.catalina.websocket.Constants
+
+
+
+
public class Constants
extends Object
+ + +

+Constants for this Java package. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static byteOPCODE_BINARY + +
+           
+static byteOPCODE_CLOSE + +
+           
+static byteOPCODE_CONTINUATION + +
+           
+static byteOPCODE_PING + +
+           
+static byteOPCODE_PONG + +
+           
+static byteOPCODE_TEXT + +
+           
+static StringPackage + +
+           
+static intSTATUS_BAD_DATA + +
+          1007 indicates that an endpoint is terminating the connection + because it has received data within a message that was not + consistent with the type of the message (e.g., non-UTF-8 [RFC3629] + data within a text message).
+static intSTATUS_CLOSE_NORMAL + +
+          1000 indicates a normal closure, meaning whatever purpose the + connection was established for has been fulfilled.
+static intSTATUS_CLOSED_UNEXPECTEDLY + +
+          1006 is a reserved value and MUST NOT be set as a status code in a + Close control frame by an endpoint.
+static intSTATUS_CODE_MISSING + +
+          1005 is a reserved value and MUST NOT be set as a status code in a + Close control frame by an endpoint.
+static intSTATUS_MESSAGE_TOO_LARGE + +
+          1009 indicates that an endpoint is terminating the connection + because it has received a message which is too big for it to + process.
+static intSTATUS_POLICY_VIOLATION + +
+          1008 indicates that an endpoint is terminating the connection + because it has received a message that violates its policy.
+static intSTATUS_PROTOCOL_ERROR + +
+          1002 indicates that an endpoint is terminating the connection due + to a protocol error.
+static intSTATUS_REQUIRED_EXTENSION + +
+          1010 indicates that an endpoint (client) is terminating the + connection because it has expected the server to negotiate one or + more extension, but the server didn't return them in the response + message of the WebSocket handshake.
+static intSTATUS_SHUTDOWN + +
+          1001 indicates that an endpoint is "going away", such as a server + going down, or a browser having navigated away from a page.
+static intSTATUS_UNEXPECTED_CONDITION + +
+          1011 indicates that a server is terminating the connection because it + encountered an unexpected condition that prevented it from fulfilling the + request.
+static intSTATUS_UNEXPECTED_DATA_TYPE + +
+          1003 indicates that an endpoint is terminating the connection + because it has received a type of data it cannot accept (e.g. an + endpoint that understands only text data MAY send this if it + receives a binary message).
+  + + + + + + + + + + +
+Constructor Summary
Constants() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+Package

+
+public static final String Package
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPCODE_CONTINUATION

+
+public static final byte OPCODE_CONTINUATION
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPCODE_TEXT

+
+public static final byte OPCODE_TEXT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPCODE_BINARY

+
+public static final byte OPCODE_BINARY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPCODE_CLOSE

+
+public static final byte OPCODE_CLOSE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPCODE_PING

+
+public static final byte OPCODE_PING
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OPCODE_PONG

+
+public static final byte OPCODE_PONG
+
+
+
See Also:
Constant Field Values
+
+
+ +

+STATUS_CLOSE_NORMAL

+
+public static final int STATUS_CLOSE_NORMAL
+
+
1000 indicates a normal closure, meaning whatever purpose the + connection was established for has been fulfilled. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_SHUTDOWN

+
+public static final int STATUS_SHUTDOWN
+
+
1001 indicates that an endpoint is "going away", such as a server + going down, or a browser having navigated away from a page. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_PROTOCOL_ERROR

+
+public static final int STATUS_PROTOCOL_ERROR
+
+
1002 indicates that an endpoint is terminating the connection due + to a protocol error. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_UNEXPECTED_DATA_TYPE

+
+public static final int STATUS_UNEXPECTED_DATA_TYPE
+
+
1003 indicates that an endpoint is terminating the connection + because it has received a type of data it cannot accept (e.g. an + endpoint that understands only text data MAY send this if it + receives a binary message). +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_CODE_MISSING

+
+public static final int STATUS_CODE_MISSING
+
+
1005 is a reserved value and MUST NOT be set as a status code in a + Close control frame by an endpoint. It is designated for use in + applications expecting a status code to indicate that no status + code was actually present. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_CLOSED_UNEXPECTEDLY

+
+public static final int STATUS_CLOSED_UNEXPECTEDLY
+
+
1006 is a reserved value and MUST NOT be set as a status code in a + Close control frame by an endpoint. It is designated for use in + applications expecting a status code to indicate that the + connection was closed abnormally, e.g. without sending or + receiving a Close control frame. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_BAD_DATA

+
+public static final int STATUS_BAD_DATA
+
+
1007 indicates that an endpoint is terminating the connection + because it has received data within a message that was not + consistent with the type of the message (e.g., non-UTF-8 [RFC3629] + data within a text message). +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_POLICY_VIOLATION

+
+public static final int STATUS_POLICY_VIOLATION
+
+
1008 indicates that an endpoint is terminating the connection + because it has received a message that violates its policy. This + is a generic status code that can be returned when there is no + other more suitable status code (e.g. 1003 or 1009), or if there + is a need to hide specific details about the policy. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_MESSAGE_TOO_LARGE

+
+public static final int STATUS_MESSAGE_TOO_LARGE
+
+
1009 indicates that an endpoint is terminating the connection + because it has received a message which is too big for it to + process. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_REQUIRED_EXTENSION

+
+public static final int STATUS_REQUIRED_EXTENSION
+
+
1010 indicates that an endpoint (client) is terminating the + connection because it has expected the server to negotiate one or + more extension, but the server didn't return them in the response + message of the WebSocket handshake. The list of extensions which + are needed SHOULD appear in the /reason/ part of the Close frame. + Note that this status code is not used by the server, because it + can fail the WebSocket handshake instead. +

+

+
See Also:
Constant Field Values
+
+
+ +

+STATUS_UNEXPECTED_CONDITION

+
+public static final int STATUS_UNEXPECTED_CONDITION
+
+
1011 indicates that a server is terminating the connection because it + encountered an unexpected condition that prevented it from fulfilling the + request. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Constants

+
+public Constants()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Apache Tomcat 7.0.27 +
+ + + +
+Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved. + + Propchange: tomcat/site/trunk/docs/tomcat-7.0-doc/api/org/apache/catalina/websocket/Constants.html ------------------------------------------------------------------------------ svn:mime-type = text/html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org