Uses of Interface
org.torproject.descriptor.ServerDescriptor
Package | Description |
---|---|
org.torproject.descriptor |
Interfaces and essential classes for obtaining and processing Tor
descriptors.
|
-
Uses of ServerDescriptor in org.torproject.descriptor
Subinterfaces of ServerDescriptor in org.torproject.descriptor Modifier and Type Interface Description interface
BridgeServerDescriptor
Contains a sanitized bridge server descriptor.interface
RelayServerDescriptor
Contains a relay server descriptor.Methods in org.torproject.descriptor that return types with arguments of type ServerDescriptor Modifier and Type Method Description java.util.List<ServerDescriptor>
RelayDirectory. getServerDescriptors()
Return a list of server descriptors contained in the signed directory.