KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > ProtocolException > Top Examples

  • HTTPClient.Cookie2
    This class represents an http cookie as specified in the <A HREF="ftp://ds.internic.net/internet-drafts/draft-ietf-http-state-man-mec-10.txt"> HTTP State Management Mechanism spec</A> (also known as a version 1 cookie). @version 0.3-2 18/06/1999 @author Ronald Tschalär @since V0.3 ...
  • HTTPClient.HttpURLConnection
    This class is a wrapper around HTTPConnection providing the interface defined by java.net.URLConnection and java.net.HttpURLConnection. <P>This class can be used to replace the HttpClient in the JDK with this HTTPClient by defining the property <code>java.protocol.handler.pkgs=HTTPCli ...
  • HTTPClient.Cookie
    This class represents an http cookie as specified in <a HREF="http://home.netscape.com/newsref/std/cookie_spec.html">Netscape's cookie spec</a> @version 0.3-2 18/06/1999 @author Ronald Tschalär @since V0.3
  • tutorial.SimpleConnectionHandler
    Simple connection handler for our web server. It conforms to HTTP/1.0 only. This handler will perform the following tasks: <ul> <li>Parse the request <li>Build the reply <li>Send the reply </ul> @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development ...
  • org.apache.bsf.debug.serverImpl.GatedListener
  • HTTPClient.RoResponse
    This interface represents read-only interface of an intermediate http response. It is the compile-time type passed to various handlers which might the response info but musn't modify the response. @version 0.3-2 18/06/1999 @author Ronald Tschalär
Popular Tags