diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector+InterfaceConsts.xml b/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector+InterfaceConsts.xml index 85472a7ff..f3ed3c1c7 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector+InterfaceConsts.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector+InterfaceConsts.xml @@ -12,7 +12,7 @@ - To be added. + Defines constants that describe the steps for establishing an HTTP route. 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. @@ -39,7 +39,7 @@ 0 - To be added. + Indicates that the route is complete. 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. @@ -66,7 +66,7 @@ 2 - To be added. + Indicates that the next step is to open a connection to a proxy. 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. @@ -93,7 +93,7 @@ 1 - To be added. + Indicates that the next step is to open a connection to the target. 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. @@ -120,7 +120,7 @@ 5 - To be added. + Indicates that the next step is to layer a protocol over the connection. 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. @@ -147,7 +147,7 @@ 4 - To be added. + Indicates that the next step is to tunnel through a proxy to another proxy. 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. @@ -174,7 +174,7 @@ 3 - To be added. + Indicates that the next step is to tunnel through a proxy to the target. 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. @@ -201,7 +201,7 @@ -1 - To be added. + Indicates that the route cannot be established. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector.xml b/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector.xml index 0644fd395..0d9540449 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/BasicRouteDirector.xml @@ -68,8 +68,7 @@ - - + Initializes a new instance of the route director. 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. @@ -126,7 +125,7 @@ the planned route the currently established route Determines the next step to establish a direct connection. - To be added. + A route-director step indicating completion or that the planned direct route is unreachable. 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. @@ -158,7 +157,7 @@ the planned route Determines the first step to establish a route. - To be added. + The step to connect to the target directly or to the first proxy in the planned route. 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. @@ -192,8 +191,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for this type. 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. @@ -230,7 +229,7 @@ the currently established route, or null if nothing is established Provides the next step. - To be added. + A route-director step indicating the next action, completion, or failure. 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. @@ -264,7 +263,7 @@ the planned route the currently established route Determines the next step to establish a connection via proxy. - To be added. + A route-director step indicating the next proxy action, completion, or that the planned route is unreachable. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/HttpRoute.xml b/docs/xml/Org.Apache.Http.Conn.Routing/HttpRoute.xml index 5acceacea..e19e9eef5 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/HttpRoute.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/HttpRoute.xml @@ -74,7 +74,7 @@ - To be added. + The host to which to route. Creates a new direct insecure route. 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. @@ -104,9 +104,9 @@ - To be added. - To be added. - To be added. + The host to which to route. + The local address to route from, or null to use the default address. + true for a secure route; otherwise, false. Creates a new direct route. 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. @@ -137,10 +137,10 @@ - To be added. - To be added. - To be added. - To be added. + The host to which to route. + The local address to route from, or null to use the default address. + The proxy to use. + true for a secure route; otherwise, false. Creates a new route through a proxy. 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. @@ -173,12 +173,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The host to which to route. + The local address to route from, or null to use the default address. + The proxy to use, or null for a direct route. + true for a secure route; otherwise, false. + The tunnelling type of the route. + The layering type of the route. Creates a new route with at most one proxy. 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. @@ -218,12 +218,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The host to which to route. + The local address to route from, or null to use the default address. + The proxy chain to use, or null for a direct route. + true for a secure route; otherwise, false. + The tunnelling type of the route. + The layering type of the route. Creates a new route with all attributes specified explicitly. 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. @@ -253,7 +253,7 @@ Creates and returns a copy of this Object. - To be added. + A copy of this route. 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. @@ -286,7 +286,7 @@ the object to compare with Compares this route to another. - To be added. + true if the argument represents the same route; otherwise, false. 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. @@ -315,7 +315,7 @@ Generates a hash code for this route. - To be added. + A hash code for this route. 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. @@ -351,7 +351,7 @@ index of the hop for which to get the target, 0 for first Obtains the target of a hop in this route. - To be added. + The target host of the specified hop. 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. @@ -382,7 +382,7 @@ Obtains the number of hops in this route. - To be added. + The number of hops in the route. 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. @@ -413,7 +413,7 @@ Checks whether this route includes a layered protocol. - To be added. + true if the route includes a layered protocol; otherwise, false. 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. @@ -444,7 +444,7 @@ Checks whether this route is secure. - To be added. + true if the route is secure; otherwise, false. 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. @@ -475,7 +475,7 @@ Checks whether this route is tunnelled through a proxy. - To be added. + true if the route is tunnelled through a proxy; otherwise, false. 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. @@ -513,8 +513,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for this type. 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. @@ -544,7 +544,7 @@ Obtains the layering type of this route. - To be added. + The layering type of this route. 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. @@ -575,7 +575,7 @@ Obtains the local address to connect from. - To be added. + The local address to connect from, or null to use the default address. 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. @@ -606,7 +606,7 @@ Obtains the first proxy host. - To be added. + The first proxy host, or null for a direct route. 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. @@ -637,7 +637,7 @@ Obtains the target host. - To be added. + The target host. 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. @@ -732,7 +732,7 @@ Obtains a description of this route. - To be added. + A human-readable representation of this route. 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. @@ -763,7 +763,7 @@ Obtains the tunnel type of this route. - To be added. + The tunnelling type of this route. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRouteDirector.xml b/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRouteDirector.xml index 3c7d79225..e3c28cd7b 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRouteDirector.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRouteDirector.xml @@ -62,8 +62,8 @@ 0 - To be added. - To be added. + Indicates that the route is complete. + @@ -87,8 +87,8 @@ 2 - To be added. - To be added. + Indicates that the next step is to open a connection to a proxy. + @@ -112,8 +112,8 @@ 1 - To be added. - To be added. + Indicates that the next step is to open a connection to the target. + @@ -137,8 +137,8 @@ 5 - To be added. - To be added. + Indicates that the next step is to layer a protocol over the connection. + @@ -169,7 +169,7 @@ the currently established route, or null if nothing is established Provides the next step. - To be added. + A route-director step indicating the next action, completion, or failure. 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. @@ -197,8 +197,8 @@ 4 - To be added. - To be added. + Indicates that the next step is to tunnel through a proxy to another proxy. + @@ -222,8 +222,8 @@ 3 - To be added. - To be added. + Indicates that the next step is to tunnel through a proxy to the target. + @@ -247,8 +247,8 @@ -1 - To be added. - To be added. + Indicates that the route cannot be established. + diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRoutePlanner.xml b/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRoutePlanner.xml index caf35c96c..fd10b3d71 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRoutePlanner.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/IHttpRoutePlanner.xml @@ -74,7 +74,7 @@ the context to use for the subsequent execution. Implementations may accept null. Determines the route for a request. - To be added. + The route that the request should take. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/IRouteInfo.xml b/docs/xml/Org.Apache.Http.Conn.Routing/IRouteInfo.xml index 8973f7859..5a8a23cdb 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/IRouteInfo.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/IRouteInfo.xml @@ -67,7 +67,7 @@ index of the hop for which to get the target, 0 for first Obtains the target of a hop in this route. - To be added. + The target host of the specified hop. 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. @@ -97,7 +97,7 @@ Obtains the number of hops in this route. - To be added. + The number of hops; a direct route has one hop, and a route through a chain of n proxies has n + 1 hops. 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. @@ -125,7 +125,7 @@ Checks whether this route includes a layered protocol. - To be added. + true if the route includes a layered protocol; otherwise, false. 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. @@ -153,7 +153,7 @@ Checks whether this route is secure. - To be added. + true if the route is secure; otherwise, false. 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. @@ -181,7 +181,7 @@ Checks whether this route is tunnelled through a proxy. - To be added. + true if the route is tunnelled end-to-end through a proxy; otherwise, false. 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. @@ -209,7 +209,7 @@ Obtains the layering type of this route. - To be added. + The layering type. With proxies, only layering over an end-to-end tunnel is considered. 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. @@ -237,7 +237,7 @@ Obtains the local address to connect from. - To be added. + The local address to connect from, or null when the default address is used. 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. @@ -265,7 +265,7 @@ Obtains the first proxy host. - To be added. + The first proxy in the chain, or null for a direct route. 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. @@ -293,7 +293,7 @@ Obtains the target host. - To be added. + The target host. 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. @@ -321,7 +321,7 @@ Obtains the tunnel type of this route. - To be added. + The tunnelling type. With a proxy chain, only end-to-end tunnels are considered. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoLayerType.xml b/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoLayerType.xml index 6f95e4622..eb4ee7326 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoLayerType.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoLayerType.xml @@ -58,8 +58,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for this type. 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. @@ -89,9 +89,8 @@ Org.Apache.Http.Conn.Routing.RouteInfoLayerType - - - To be added. + Indicates that a protocol is layered over an existing connection. + The layered route type. 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. @@ -122,9 +121,8 @@ Org.Apache.Http.Conn.Routing.RouteInfoLayerType - - - To be added. + Indicates that no protocol is layered over the connection. + The plain route type. 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. @@ -216,10 +214,9 @@ - To be added. - - - To be added. + The name of the enum constant to return. + Returns the enum constant with the specified name. + The enum constant with the specified name. 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. @@ -253,9 +250,8 @@ - - - To be added. + Returns an array containing the constants of this enum class, in declaration order. + An array containing the constants of this enum class, in declaration order. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoTunnelType.xml b/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoTunnelType.xml index 3b05b9268..9bb067305 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoTunnelType.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/RouteInfoTunnelType.xml @@ -58,8 +58,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for this type. 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. @@ -89,9 +89,8 @@ Org.Apache.Http.Conn.Routing.RouteInfoTunnelType - - - To be added. + Indicates that the route is established by connecting to the target or first proxy. + The plain tunnel type. 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. @@ -184,9 +183,8 @@ Org.Apache.Http.Conn.Routing.RouteInfoTunnelType - - - To be added. + Indicates that the route is established by tunnelling through proxies to the target. + The tunnelled route type. 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. @@ -216,10 +214,9 @@ - To be added. - - - To be added. + The name of the enum constant to return. + Returns the enum constant with the specified name. + The enum constant with the specified name. 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. @@ -253,9 +250,8 @@ - - - To be added. + Returns an array containing the constants of this enum class, in declaration order. + An array containing the constants of this enum class, in declaration order. 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. diff --git a/docs/xml/Org.Apache.Http.Conn.Routing/RouteTracker.xml b/docs/xml/Org.Apache.Http.Conn.Routing/RouteTracker.xml index 3b230aedb..586adeea4 100644 --- a/docs/xml/Org.Apache.Http.Conn.Routing/RouteTracker.xml +++ b/docs/xml/Org.Apache.Http.Conn.Routing/RouteTracker.xml @@ -74,7 +74,7 @@ - To be added. + The route to track; its target and local address initialize the tracker. Creates a new tracker for the given route. 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. @@ -103,8 +103,8 @@ - To be added. - To be added. + The host to which to route. + The local address to route from, or null to use the default address. Creates a new route tracker. 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. @@ -134,7 +134,7 @@ Creates and returns a copy of this Object. - To be added. + A copy of this route tracker. 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. @@ -237,7 +237,7 @@ the object to compare with Compares this tracked route to another. - To be added. + true if the argument represents the same tracked route; otherwise, false. 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. @@ -266,7 +266,7 @@ Generates a hash code for this tracked route. - To be added. + A hash code for this tracked route. 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. @@ -302,7 +302,7 @@ index of the hop for which to get the target, 0 for first Obtains the target of a hop in this route. - To be added. + The target host of the specified hop in the tracked route. 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. @@ -333,7 +333,7 @@ Obtains the number of hops in this route. - To be added. + The number of hops in the tracked route, or zero before a connection is tracked. 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. @@ -360,9 +360,8 @@ System.Boolean - - - To be added. + Checks whether the first hop of the route has been established. + true if the first hop has been established; otherwise, false. 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. @@ -393,7 +392,7 @@ Checks whether this route includes a layered protocol. - To be added. + true if a protocol has been layered over the connection; otherwise, false. 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. @@ -424,7 +423,7 @@ Checks whether this route is secure. - To be added. + true if the tracked route is secure; otherwise, false. 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. @@ -455,7 +454,7 @@ Checks whether this route is tunnelled through a proxy. - To be added. + true if the tracked route is tunnelled end-to-end through a proxy; otherwise, false. 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. @@ -493,8 +492,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI metadata used to invoke members of this Java peer. + The JNI peer members for this type. 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. @@ -558,7 +557,7 @@ Obtains the layering type of this route. - To be added. + The layering type of the tracked route. 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. @@ -589,7 +588,7 @@ Obtains the local address to connect from. - To be added. + The local address to connect from, or null to use the default address. 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. @@ -620,7 +619,7 @@ Obtains the first proxy host. - To be added. + The first proxy in the tracked chain, or null if no proxy has been tracked. 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. @@ -651,7 +650,7 @@ Obtains the target host. - To be added. + The target host. 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. @@ -746,7 +745,7 @@ Obtains the tracked route. - To be added. + The tracked route, or null if no connection has been tracked. 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. @@ -775,7 +774,7 @@ Obtains a description of the tracked route. - To be added. + A human-readable representation of the tracked route. 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. @@ -876,7 +875,7 @@ Obtains the tunnel type of this route. - To be added. + The tunnelling type of the tracked route. 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.