Class AsyncScheme
java.lang.Object
org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intDeprecated.The default port for this schemeprivate final StringDeprecated.The name of this scheme, in lowercase.private final LayeringStrategyDeprecated.The layering strategy for this scheme, if applicableprivate StringDeprecated.A string representation, fortoString. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanDeprecated.final intDeprecated.final LayeringStrategyDeprecated.final StringgetName()Deprecated.inthashCode()Deprecated.final intresolvePort(int port) Deprecated.final StringtoString()Deprecated.
-
Field Details
-
name
-
strategy
Deprecated.The layering strategy for this scheme, if applicable -
defaultPort
private final int defaultPortDeprecated.The default port for this scheme -
stringRep
-
-
Constructor Details
-
AsyncScheme
Deprecated.
-
-
Method Details
-
getDefaultPort
public final int getDefaultPort()Deprecated. -
getLayeringStrategy
Deprecated. -
getName
Deprecated. -
resolvePort
public final int resolvePort(int port) Deprecated. -
toString
-
equals
-
hashCode
-