Package org.apache.http.nio.conn.scheme
Class AsyncScheme
java.lang.Object
org.apache.http.nio.conn.scheme.AsyncScheme
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
Deprecated.The default port for this schemeprivate final String
Deprecated.The name of this scheme, in lowercase.private final LayeringStrategy
Deprecated.The layering strategy for this scheme, if applicableprivate String
Deprecated.A string representation, fortoString
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Deprecated.final int
Deprecated.final LayeringStrategy
Deprecated.final String
getName()
Deprecated.int
hashCode()
Deprecated.final int
resolvePort
(int port) Deprecated.final String
toString()
Deprecated.
-
Field Details
-
name
Deprecated.The name of this scheme, in lowercase. (e.g. http, https) -
strategy
Deprecated.The layering strategy for this scheme, if applicable -
defaultPort
private final int defaultPortDeprecated.The default port for this scheme -
stringRep
Deprecated.A string representation, fortoString
.
-
-
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
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-