Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.net: Javadoc index of package com.eireneh.net.


Package Samples:

com.eireneh.net

Classes:

WebEnvironment: A quick way of testing CommsXL Enabling HTTPS This could use the HTTPCLient handler from innovation.ch however this fails because there are handlers only for http not https System.getProperties().setProperty("java.protocol.handler.pkgs", "HTTPClient"); Normally this fails with: java.lang.ClassFormatError: HTTPClient/CookieModule (Invalid start_pc/length in local var table) However if you compile with jikes ... java.lang.NoClassDefFoundError: HTTPClient/https/Handler (wrong name: sunw/hotjava/protocol/https/Handler) If you simply include the HotJava jars in the CLASSPATH then URL will automatically ...
Cookie: Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server when the client accesses the same Web page. A cookie's value can uniquely identify a client, so cookies are commonly used for session management. A cookie has a name, a single value, and optional attributes such as a comment, path and domain qualifiers, a maximum age, and a version number. Some Web browsers have bugs in how they handle the attributes, so use them sparingly to improve the interoperability of your servlets. The servlet sends cookies to the browser ...
Header: A set of Headers are set from the server to the browser before the actual web page data is sent, these headers include meta-information about the data including Cookies
WebPage: Represents a single web page.
WebBrowser

Home | Contact Us | Privacy Policy | Terms of Service