Package com.google.apphosting.runtime
Class StreamHandlerFactory
- java.lang.Object
-
- com.google.apphosting.runtime.StreamHandlerFactory
-
- All Implemented Interfaces:
URLStreamHandlerFactory
public class StreamHandlerFactory extends Object implements URLStreamHandlerFactory
AURLStreamHandlerFactorywhich installsURLStreamHandlersthat the App Engine runtime needs to support. (For example, for the "http" and "https" protocols).
-
-
Constructor Summary
Constructors Constructor Description StreamHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLStreamHandlercreateURLStreamHandler(String protocol)
-
-
-
Method Detail
-
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- Specified by:
createURLStreamHandlerin interfaceURLStreamHandlerFactory
-
-