BasicRouteDirector.InterfaceConsts Class

Definition

Defines constants that describe the steps for establishing an HTTP route.

public static class BasicRouteDirector.InterfaceConsts
type BasicRouteDirector.InterfaceConsts = class
Inheritance
BasicRouteDirector.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

Name Description
Complete

Indicates that the route is complete.

ConnectProxy

Indicates that the next step is to open a connection to a proxy.

ConnectTarget

Indicates that the next step is to open a connection to the target.

LayerProtocol

Indicates that the next step is to layer a protocol over the connection.

TunnelProxy

Indicates that the next step is to tunnel through a proxy to another proxy.

TunnelTarget

Indicates that the next step is to tunnel through a proxy to the target.

Unreachable

Indicates that the route cannot be established.

Applies to