Uses of Class
org.johnnei.javatorrent.bittorrent.tracker.TrackerAction
-
Packages that use TrackerAction Package Description org.johnnei.javatorrent.bittorrent.tracker -
-
Uses of TrackerAction in org.johnnei.javatorrent.bittorrent.tracker
Methods in org.johnnei.javatorrent.bittorrent.tracker that return TrackerAction Modifier and Type Method Description static TrackerActionTrackerAction. of(int id)static TrackerActionTrackerAction. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackerAction[]TrackerAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-