Uses of Class
org.hyperledger.aries.api.connection.ConnectionState
-
Packages that use ConnectionState Package Description org.hyperledger.aries.api.connection -
-
Uses of ConnectionState in org.hyperledger.aries.api.connection
Methods in org.hyperledger.aries.api.connection that return ConnectionState Modifier and Type Method Description ConnectionStateConnectionFilter. getState()ConnectionStateConnectionRecord. getState()static ConnectionStateConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hyperledger.aries.api.connection with parameters of type ConnectionState Modifier and Type Method Description voidConnectionFilter. setState(ConnectionState state)ConnectionRecordConnectionRecord. setState(ConnectionState state)ConnectionFilter.ConnectionFilterBuilderConnectionFilter.ConnectionFilterBuilder. state(ConnectionState state)
-