Class HttpProtocolHandler

java.lang.Object
com.thecsdev.common.resource.protocol.HttpProtocolHandler
All Implemented Interfaces:
ProtocolHandler

public class HttpProtocolHandler extends Object implements ProtocolHandler
A ProtocolHandler implementation for handling "http" and "https" protocol URIs. This handler processes HTTP and HTTPS requests and returns their responses as ResourceResponse objects.
See Also: