Java Doc for MirrorFrame.java in  » Web-Server » Jigsaw » org » w3c » jigsaw » proxy » 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 » Web Server » Jigsaw » org.w3c.jigsaw.proxy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.w3c.jigsaw.frames.HTTPFrame
   org.w3c.jigsaw.proxy.ForwardFrame
      org.w3c.jigsaw.proxy.MirrorFrame

MirrorFrame
public class MirrorFrame extends ForwardFrame (Code)


Field Summary
protected static  intATTR_MIRRORS
     Attribute index - The site we are mirroring.
protected static  intATTR_PARTIAL
    
final public static  StringMIRROR_PATH
    
protected  URLmirrors
    


Method Summary
protected  ReplydupReply(Request request, org.w3c.www.protocol.http.Reply rep)
    
protected  org.w3c.www.protocol.http.RequestdupRequest(Request request)
    
public  StringgetMirrors()
     Get the mirrors site attribute value.
public  voidinitialize(Object values)
    
public  booleanisPartialMirroring()
     Get the mirrors site attribute value.
public  booleanlookupOther(LookupState ls, LookupResult lr)
     Lookup for a mirrored resource.
public  voidsetValue(int idx, Object value)
     Catch assignment to the mirror attribute, to update our cached URL.

Field Detail
ATTR_MIRRORS
protected static int ATTR_MIRRORS(Code)
Attribute index - The site we are mirroring.



ATTR_PARTIAL
protected static int ATTR_PARTIAL(Code)
Attribute index - Do we mirror from root or relative



MIRROR_PATH
final public static String MIRROR_PATH(Code)



mirrors
protected URL mirrors(Code)





Method Detail
dupReply
protected Reply dupReply(Request request, org.w3c.www.protocol.http.Reply rep) throws HTTPException, IOException(Code)

Parameters:
  request - the incomming request
Parameters:
  rep - the client reply A Reply instance
exception:
  HTTPException - if processing the request failed.
exception:
  IOException - if an IO error occurs.



dupRequest
protected org.w3c.www.protocol.http.Request dupRequest(Request request) throws HTTPException, IOException(Code)

Parameters:
  request - the incomming request A client Request instance.
exception:
  HTTPException - if processing the request failed.
exception:
  IOException - if an IO error occurs.



getMirrors
public String getMirrors()(Code)
Get the mirrors site attribute value. The String encoded URL of the site we are mirroring here.



initialize
public void initialize(Object values)(Code)



isPartialMirroring
public boolean isPartialMirroring()(Code)
Get the mirrors site attribute value. The String encoded URL of the site we are mirroring here.



lookupOther
public boolean lookupOther(LookupState ls, LookupResult lr) throws org.w3c.tools.resources.ProtocolException(Code)
Lookup for a mirrored resource.
Parameters:
  ls - The current lookup state
Parameters:
  lr - The result true if lookup is done.
exception:
  org.w3c.tools.resources.ProtocolException - If an error relative to the protocol occurs



setValue
public void setValue(int idx, Object value)(Code)
Catch assignment to the mirror attribute, to update our cached URL.
Parameters:
  idx - The slot to set.
Parameters:
  value - It's new value.



Fields inherited from org.w3c.jigsaw.proxy.ForwardFrame
protected static int ATTR_LOCAL_ROOT(Code)(Java Doc)
protected static int ATTR_RECEIVED_BY(Code)(Java Doc)
protected static int ATTR_TRACEREQ(Code)(Java Doc)
protected static HttpWarning WARN_HEURISTIC(Code)(Java Doc)
public int cache_hits(Code)(Java Doc)
public int cache_icps(Code)(Java Doc)
public int cache_misses(Code)(Java Doc)
public int cache_nocache(Code)(Java Doc)
public int cache_retrievals(Code)(Java Doc)
public int cache_revalidations(Code)(Java Doc)
protected ResourceReference lroot(Code)(Java Doc)
protected org.w3c.www.protocol.http.HttpManager manager(Code)(Java Doc)
ObservableProperties props(Code)(Java Doc)
public int reqcount(Code)(Java Doc)
public int reqerred(Code)(Java Doc)

Methods inherited from org.w3c.jigsaw.proxy.ForwardFrame
protected Reply dupReply(Request request, org.w3c.www.protocol.http.Reply rep) throws HTTPException, IOException(Code)(Java Doc)
protected org.w3c.www.protocol.http.Request dupRequest(Request request) throws HTTPException, IOException(Code)(Java Doc)
public String getLocalRoot()(Code)(Java Doc)
public synchronized ResourceReference getLocalRootResource()(Code)(Java Doc)
public String getReceivedBy()(Code)(Java Doc)
public boolean getTraceRequest()(Code)(Java Doc)
public synchronized String getVia()(Code)(Java Doc)
public void initialize(Object values)(Code)(Java Doc)
public synchronized void notifyUnload()(Code)(Java Doc)
public ReplyInterface perform(RequestInterface ri) throws org.w3c.tools.resources.ProtocolException, org.w3c.tools.resources.ResourceException(Code)(Java Doc)
public void registerResource(FramedResource resource)(Code)(Java Doc)
protected void updateStatistics(org.w3c.www.protocol.http.Request r)(Code)(Java Doc)

Fields inherited from org.w3c.jigsaw.frames.HTTPFrame
protected static int ATTR_ALLOW_DEL(Code)(Java Doc)
protected static int ATTR_BROWSABLE(Code)(Java Doc)
protected static int ATTR_CHARSET(Code)(Java Doc)
protected static int ATTR_CONTENT_ENCODING(Code)(Java Doc)
protected static int ATTR_CONTENT_LANGUAGE(Code)(Java Doc)
protected static int ATTR_CONTENT_LENGTH(Code)(Java Doc)
protected static int ATTR_CONTENT_TYPE(Code)(Java Doc)
protected static int ATTR_ICON(Code)(Java Doc)
protected static int ATTR_ICONDIR(Code)(Java Doc)
protected static int ATTR_INDEX(Code)(Java Doc)
protected static int ATTR_INDEXES(Code)(Java Doc)
protected static int ATTR_MAXAGE(Code)(Java Doc)
protected static int ATTR_MD5(Code)(Java Doc)
protected static int ATTR_PUTABLE(Code)(Java Doc)
protected static int ATTR_QUALITY(Code)(Java Doc)
protected static int ATTR_RELOCATE(Code)(Java Doc)
protected static int ATTR_STYLE_LINK(Code)(Java Doc)
protected static int ATTR_TITLE(Code)(Java Doc)
final public static int COND_FAILED(Code)(Java Doc)
final public static int COND_OK(Code)(Java Doc)
final public static int COND_WEAK(Code)(Java Doc)
final public static String STATE_CONTENT_LOCATION(Code)(Java Doc)
protected boolean acceptRanges(Code)(Java Doc)
protected HttpTokenList allowed(Code)(Java Doc)
protected static MimeType browsetype(Code)(Java Doc)
protected DirectoryResource dresource(Code)(Java Doc)
protected FileResource fresource(Code)(Java Doc)
protected HtmlGenerator listing(Code)(Java Doc)
protected long listing_stamp(Code)(Java Doc)

Methods inherited from org.w3c.jigsaw.frames.HTTPFrame
public void addStyleSheet(HtmlGenerator g)(Code)(Java Doc)
public void attributeChanged(AttributeChangedEvent evt)(Code)(Java Doc)
public Reply browse(Request request) throws ProtocolException(Code)(Java Doc)
public boolean checkExpect(Request request)(Code)(Java Doc)
public int checkIfMatch(Request request)(Code)(Java Doc)
public int checkIfModifiedSince(Request request)(Code)(Java Doc)
public int checkIfNoneMatch(Request request)(Code)(Java Doc)
public int checkIfUnmodifiedSince(Request request)(Code)(Java Doc)
public boolean checkRequest(RequestInterface request)(Code)(Java Doc)
public int checkValidators(Request request)(Code)(Java Doc)
public boolean computeContainerListing(boolean refresh)(Code)(Java Doc)
public String computeETag()(Code)(Java Doc)
protected File computeTrashDir(File dir)(Code)(Java Doc)
protected File computeTrashFile(File file)(Code)(Java Doc)
public Reply createDefaultReply(Request request, int status)(Code)(Java Doc)
protected Reply createFileReply(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply delete(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply deleteMe(Request request) throws HTTPException(Code)(Java Doc)
protected Reply deleteOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply extended(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply get(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected HttpTokenList getAllow()(Code)(Java Doc)
public boolean getAllowDeleteFlag()(Code)(Java Doc)
public boolean getBrowsableFlag()(Code)(Java Doc)
protected synchronized MimeType getBrowseType()(Code)(Java Doc)
public String getCharset()(Code)(Java Doc)
public String getContentEncoding()(Code)(Java Doc)
public String getContentLanguage()(Code)(Java Doc)
public int getContentLength()(Code)(Java Doc)
public MimeType getContentType()(Code)(Java Doc)
public Reply getDirectoryListing(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public DirectoryResource getDirectoryResource()(Code)(Java Doc)
protected Reply getDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public HttpEntityTag getETag()(Code)(Java Doc)
public FileResource getFileResource()(Code)(Java Doc)
protected Reply getFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public String getHelpURL()(Code)(Java Doc)
public String getHelpURL(String topic)(Code)(Java Doc)
public String getIcon()(Code)(Java Doc)
public String getIconDirectory()(Code)(Java Doc)
public String getIndex()(Code)(Java Doc)
public String[] getIndexes()(Code)(Java Doc)
public boolean getMD5Flag()(Code)(Java Doc)
public long getMaxAge()(Code)(Java Doc)
protected Reply getOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public boolean getPutableFlag()(Code)(Java Doc)
public double getQuality()(Code)(Java Doc)
public boolean getRelocateFlag()(Code)(Java Doc)
public String getStyleSheetURL()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public URL getURL(Request request)(Code)(Java Doc)
public Reply handleRangeRequest(Request request, HttpRange r) throws ProtocolException(Code)(Java Doc)
public Reply head(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headDirectoryResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply headOtherResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public void initialize(Hashtable defs)(Code)(Java Doc)
public Reply link(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public boolean lookup(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupDirectory(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupFile(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupOther(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
protected boolean lookupResource(LookupState ls, LookupResult lr) throws ProtocolException(Code)(Java Doc)
public Reply options(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public ReplyInterface perform(RequestInterface req) throws ProtocolException, ResourceException(Code)(Java Doc)
protected ReplyInterface performFrames(RequestInterface request) throws ProtocolException, ResourceException(Code)(Java Doc)
public void pickleValues(Hashtable defs)(Code)(Java Doc)
public Reply post(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public Reply put(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply putFileResource(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
protected Reply putOtherResource(Request request) throws ProtocolException(Code)(Java Doc)
public void registerOtherResource(FramedResource resource)(Code)(Java Doc)
public void registerResource(FramedResource resource)(Code)(Java Doc)
public synchronized void setValue(int idx, Object value)(Code)(Java Doc)
public Reply trace(Request request) throws HTTPException, ClientException(Code)(Java Doc)
public Reply unlink(Request request) throws ProtocolException, ResourceException(Code)(Java Doc)
public double unsafeGetQuality()(Code)(Java Doc)
protected void updateCachedHeaders()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.