Package org.ferris.net

Helper and convenience classes related to to the java.net.* package.

See:
          Description

Class Summary
BasicAuthenticationUrlConnection Opens a URLConnection and uses the given credentials to pass a username and password along for doing HTTP basic authentication.
UrlStringBuilder The purpose of this class is to take a URL object convert it to a String, then allow the addition of request query parameters (fname=michael,lname=remijan) and then convert the String back to a URL object.
 

Enum Summary
NetExceptionCode Defines error codes and messages for exceptions.
 

Exception Summary
NetException Most exceptions, runtime or checked, are fatal and the purpose of this class is to wrap all checked exceptions and rethrow them as a runtime exception.
 

Package org.ferris.net Description

Helper and convenience classes related to to the java.net.* package.



Copyright © Jun 11, 2009-2011 The Ferris Foundation. All Rights Reserved.