Source Code Cross Referenced for Response.java in  » Portal » Open-Portal » com » sun » portal » rproxy » connectionhandler » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.portal.rproxy.connectionhandler 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        /*
002:         * $Id: Response.java,v 1.4 2005/11/30 11:27:22 ss150821 Exp $
003:         * $Source: /m/portal/ps/srap/src/com/sun/portal/rproxy/connectionhandler/Response.java,v $
004:         * $Log: Response.java,v $
005:         * Revision 1.4  2005/11/30 11:27:22  ss150821
006:         * 6356996 - Srap Code base needs to save files in the unix file format and not windows
007:         *
008:         * Revision 1.3  2005/02/24 07:36:45  ss150821
009:         * RFE 6223490 - SRA Should use JDK based logging
010:         *
011:         * Revision 1.2  2005/02/23 09:15:07  ss150821
012:         * RFE 6223490 - SRA Should use JDK based logging
013:         *
014:         * Revision 1.1  2002/06/14 09:53:54  rt130506
015:         * SRAP rebranding
016:         *
017:         * Revision 1.6  2002/06/12 07:55:58  bv131302
018:         * more rebranding - filenames
019:         *
020:         * Revision 1.5  2002/06/11 16:02:04  bv131302
021:         * new branded
022:         *
023:         * Revision 1.4  2002/06/02 09:52:47  ss133690
024:         * CRT 1281 Bug 4618920 Option to make Gateway PDC work with other authentication mechanism (Authentication chain)
025:         *
026:         * Revision 1.3  2002/05/31 11:41:39  ss133690
027:         * CRT 1269 Bug 4618938 Option to disable browser caching
028:         *
029:         * Revision 1.2  2002/03/20 04:35:24  mm132998
030:         * Bug ID # 4655269 CRT : # 602 Desc : Support for HTTP persistent connection at gateway
031:         *
032:         *
033:         */
034:        /*
035:         * Response.java
036:         *
037:         * $Author: ss150821 $
038:         *
039:         * $Date: 2005/11/30 11:27:22 $ $Revision: 1.4 $
040:         *
041:         * Copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
042:         *
043:         * Developed by SunPS and SunIR
044:         */
045:
046:        package com.sun.portal.rproxy.connectionhandler;
047:
048:        import java.io.BufferedInputStream;
049:
050:        /**
051:         * This represents a single response.
052:         * 
053:         * @author Gabriel Lawrence
054:         */
055:        // JP_Declaration Response 201
056:        public interface Response {
057:            // JP_Operation getHTTPVersion() 147
058:            public String getResponseHeader(String s);
059:
060:            // JP_Operation getStatusCode() 146
061:            public String getStatusCode();
062:
063:            // JP_Operation getStatusText() 145
064:            public String getStatusText();
065:
066:            // JP_Operation getContentType() 144
067:            public String getContentType();
068:
069:            // JP_Operation getContentEncoding() 143
070:            public String getContentEncoding();
071:
072:            // JP_Operation getHeaderBytes() 141
073:            public byte[] getHeaderBytes();
074:
075:            // JP_Operation getContentStream() 491
076:            public BufferedInputStream getContentStream();
077:
078:            public void setContentLength(int i);
079:
080:            public void setConnectionClose();
081:
082:            // Lihue - keepAlive
083:            public void setConnectionAlive(String token);
084:
085:            // End of Code : Lihue - keepAlive
086:
087:            public void setLocation(String location);
088:
089:            public void setStatusText(String st);
090:
091:            public void setSocket(CachedSocket sock);
092:
093:            public void closeSocket();
094:
095:            /**
096:             * Bug 4618938 When "gateway.allow.client.caching" is set to false in
097:             * Platform.conf the client cache will be disabled.
098:             */
099:            public void setClientCaching();
100:
101:            // End of change of code for the bug 4618938
102:
103:            /*
104:             * PRD 3.7 (4338513) Authentication chaining will work with Certificate
105:             * authentication.
106:             */
107:            public void setResponseHeader(String header, String value);
108:            // End of code change for PRD 3.7
109:
110:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.