The transport between the authenticator and the client.
Nested Class Summary
class | Transport.UnsupportedTransportException | Exception thrown when an unsupported or unrecognized transport is encountered. |
CARVIEW |
The transport between the authenticator and the client.
class | Transport.UnsupportedTransportException | Exception thrown when an unsupported or unrecognized transport is encountered. |
int | CONTENTS_FILE_DESCRIPTOR | |
int | PARCELABLE_WRITE_RETURN_VALUE |
final Object |
clone()
|
final int |
compareTo(Transport
arg0)
|
int |
compareTo(Object arg0)
|
final Optional<EnumDesc<Transport>> |
describeConstable()
|
final boolean |
equals(Object arg0)
|
final void |
finalize()
|
final Class<Transport> |
getDeclaringClass()
|
final int |
hashCode()
|
final String |
name()
|
final int |
ordinal()
|
String |
toString()
|
static <T extends Enum<T>> T |
abstract Optional<? extends ConstantDesc> |
describeConstable()
|
abstract int |
compareTo(Transport
arg0)
|
abstract int |
describeContents()
|
abstract void |
writeToParcel(Parcel arg0,
int arg1)
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.