Class StreamHandlerFactory

java.lang.Object
com.google.appengine.tools.development.StreamHandlerFactory
All Implemented Interfaces:
URLStreamHandlerFactory

public class StreamHandlerFactory extends Object implements URLStreamHandlerFactory
A URLStreamHandlerFactory which installs URLStreamHandlers that App Engine needs to support. (For example, the "http" and "https" protocols). This factory returns handlers that delegate to the URLFetchService when running in an App Engine container, and returns the default handlers when running outside an App Engine container.