18#ifndef _DECAF_INTERNAL_NET_HTTP_HTTPHANDLER_H_
19#define _DECAF_INTERNAL_NET_HTTP_HTTPHANDLER_H_
Definition HttpHandler.h:30
virtual decaf::net::URLConnection * openConnection(const decaf::net::URL &url, const decaf::net::Proxy *proxy)
Establishes a new connection to the resource specified by the given URL.
virtual decaf::net::URLConnection * openConnection(const decaf::net::URL &url)
Establishes a new connection to the resource specified by the given URL.
virtual int getDefaultPort() const
Returns the default port for a URL parsed by this handler.
Concrete implementations of the abstract URLConnection class provide a communication link to a URL fo...
Definition URLConnection.h:41
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
Definition URL.h:118
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
Definition URLStreamHandler.h:45
#define DECAF_API
Definition Config.h:29
Definition HttpHandler.h:28
Definition DefaultServerSocketFactory.h:27
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25