Uses of Class
org.johnnei.javatorrent.network.ConnectionDegradation.Builder
-
Packages that use ConnectionDegradation.Builder Package Description org.johnnei.javatorrent.network -
-
Uses of ConnectionDegradation.Builder in org.johnnei.javatorrent.network
Methods in org.johnnei.javatorrent.network that return ConnectionDegradation.Builder Modifier and Type Method Description <T extends ISocket>
ConnectionDegradation.BuilderConnectionDegradation.Builder. registerConnectionType(Class<T> socketType, Supplier<T> supplier)Registers a new supported connection type.<T extends ISocket>
ConnectionDegradation.BuilderConnectionDegradation.Builder. registerConnectionType(Class<T> socketType, Supplier<T> supplier, Class<? extends ISocket> fallbackType)Registers a new supported connection type.<T extends ISocket>
ConnectionDegradation.BuilderConnectionDegradation.Builder. registerDefaultConnectionType(Class<T> socketType, Supplier<T> supplier)Registers a new supported connection type.<T extends ISocket>
ConnectionDegradation.BuilderConnectionDegradation.Builder. registerDefaultConnectionType(Class<T> socketType, Supplier<T> supplier, Class<? extends ISocket> fallbackType)Registers a new supported connection type.
-