Uses of Interface
com.biglybt.platform.PlatformManagerPingCallback
Packages that use PlatformManagerPingCallback
Package
Description
-
Uses of PlatformManagerPingCallback in com.biglybt.platform
Methods in com.biglybt.platform with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidPlatformManager.ping(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) voidPlatformManager.traceRoute(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) -
Uses of PlatformManagerPingCallback in com.biglybt.platform.dummy
Methods in com.biglybt.platform.dummy with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidPlatformManagerImpl.ping(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) voidPlatformManagerImpl.traceRoute(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) -
Uses of PlatformManagerPingCallback in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidPlatformManagerImpl.ping(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) voidPlatformManagerImpl.traceRoute(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) -
Uses of PlatformManagerPingCallback in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidPlatformManagerImpl.ping(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) voidPlatformManagerImpl.traceRoute(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) -
Uses of PlatformManagerPingCallback in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidPlatformManagerImpl.ping(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) voidPlatformManagerImpl.traceRoute(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) -
Uses of PlatformManagerPingCallback in com.biglybt.platform.win32.access
Methods in com.biglybt.platform.win32.access with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidAEWin32Access.ping(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) voidAEWin32Access.traceRoute(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) -
Uses of PlatformManagerPingCallback in com.biglybt.platform.win32.access.impl
Fields in com.biglybt.platform.win32.access.impl declared as PlatformManagerPingCallbackModifier and TypeFieldDescriptionprivate PlatformManagerPingCallbackAEWin32AccessImpl.traceRouteCallback.cbMethods in com.biglybt.platform.win32.access.impl with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoidAEWin32AccessImpl.ping(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) protected voidAEWin32AccessImpl.traceRoute(InetAddress source_address, InetAddress target_address, boolean ping_mode, PlatformManagerPingCallback callback) voidAEWin32AccessImpl.traceRoute(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) Constructors in com.biglybt.platform.win32.access.impl with parameters of type PlatformManagerPingCallbackModifierConstructorDescriptionprotectedtraceRouteCallback(boolean _ping_mode, PlatformManagerPingCallback _cb)