simple.http.serve

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 » Web Server » simple » simple.http.serve 
simple.http.serve
Java Source File NameTypeComment
BufferedContent.javaClass The BufferedContent represents content that is stored within an internal buffer.
CacheContentFactory.javaClass The CacheContentFactory is used to create a factory that can be used to create and cache files as instances of the Content interface.
CacheContext.javaClass The CacheContext object is used to provide a caching implementation of the context.
Component.javaClass This is an abstract Resource that handles the basic HTTP status reports.
Content.javaInterface The Content interface is used to provide an interface to content within a Context.
ContentBuffer.javaClass The ContentBuffer object is used to encapsulate a resources contents, such that the Content data can be easily converted to a string.
ContentComponent.javaClass The ContentComponent object is used to provide a resource that delegates to the Context for acquiring content.
ContentException.javaClass The ContentException is thrown when the content factory cannot produce a suitable Content for an issued request URI.
ContentFactory.javaInterface The ContentFactory is used to create instances of the Content object.
ContentResolver.javaClass The ContentResolver is used to resolve a path to a specified MIME type using a pattern.
Context.javaInterface The Context interface is used to give a view of the file system to the ResourceEngine.
DefaultFormat.javaClass The DefaultFormat object is used to provide pages for the FileEngine that are consistant and have a user specified format.
DirectoryComponent.javaClass This is used to display the contents of a directory when that directory is referenced.
DomainHandler.javaClass This class is used to route requests to the proper host.
ErrorReport.javaClass The ErrorReport is used to describe HTTP errors. Reporting the various HTTP errors requires that status codes and textual descriptions of the errors are provided.
ExceptionBuffer.javaClass The ExceptionBuffer captures a stack trace from a Throwable.
ExtendedContext.javaClass The ExtendedContext object is used to provide a file context that extends another seperate context.
FactoryContext.javaClass e The FactoryContext is a context implementation that can be used to serve dynamic Content objects.
FileComponent.javaClass The FileComponent provides an implementation of the Component that can be used to acquire generic files.
FileContext.javaClass The FileContext provides an implementation of the Context object that provides a direct mapping from a request URI as defined in RFC 2616 to an OS specific target. This uses a File object to define the mapping for the request URI paths.
FileEngine.javaClass The FileEngine is used to produce implementations of the Resource object to represent files on the underlying filesystem.
FileIndex.javaClass The FileIndex provides an implementation of an index that makes use of the OS file system to acquire meta data.
FileIndexer.javaClass The FileIndexer provides an implementation of the Indexer object that provides a direct mapping from a request URI as defined in RFC 2616 to the resources meta data. This uses a File object to define the mapping for the request URI paths.
FileLocator.javaClass The FileLocator provides an implementation of the Locator interface for locating files from a list of directories.
Format.javaInterface The Format class is used to provide a specified format to pages retrived by the ResourceEngine.
FormatException.javaClass The FormatException is thrown is there was a problem aquiring contents from a Format object.
FormatFactory.javaClass The FormatFactory retrives the Format implementation for the system.
Index.javaInterface The Index object is used to represent the properties a URI can contain.
IndexedComponent.javaClass The IndexedComponent is used to provide any specific meta data for any file based Components.
IndexedContent.javaClass The IndexedContent is used to provide any specific meta data for any file based Contents.
Indexer.javaInterface The Indexer object is used to acquire meta data for a URI target.
LocateException.javaClass The LocateException is thrown when the discovery of a resource by a Locator fails.
Locator.javaInterface The Locator interface is used to locate resources outside the scope of a Context.
ProtocolHandlerFactory.javaClass The ProtocolHandlerFactory is used to retrieve a ProtocolHandler to handle HTTP transactions.
Report.javaInterface The Report interface is used to describe a HTTP response message.
Resource.javaInterface A Resource provides an abstraction of any given object that can be retrieved using a HTTP request.
ResourceEngine.javaInterface The ResourceEngine is used to create implementations of the Resource interface that suit the targeted resource.
ResourceProcessor.javaClass The ResourceProcessor is an implementation of the ProtocolHandler interface for handling an arbitrary ResourceEngine.
StatusReport.javaClass The StatusReport is used to describe HTTP status messages.
StreamContent.javaClass The StreamContent object wraps a file which is too large to be buffered fully.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.