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 TypeMethodDescriptionvoid
PlatformManager.ping
(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) void
PlatformManager.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 TypeMethodDescriptionvoid
PlatformManagerImpl.ping
(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) void
PlatformManagerImpl.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 TypeMethodDescriptionvoid
PlatformManagerImpl.ping
(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) void
PlatformManagerImpl.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 TypeMethodDescriptionvoid
PlatformManagerImpl.ping
(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) void
PlatformManagerImpl.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 TypeMethodDescriptionvoid
PlatformManagerImpl.ping
(InetAddress interface_address, InetAddress target, PlatformManagerPingCallback callback) void
PlatformManagerImpl.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 TypeMethodDescriptionvoid
AEWin32Access.ping
(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) void
AEWin32Access.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 PlatformManagerPingCallback
AEWin32AccessImpl.traceRouteCallback.cb
Methods in com.biglybt.platform.win32.access.impl with parameters of type PlatformManagerPingCallbackModifier and TypeMethodDescriptionvoid
AEWin32AccessImpl.ping
(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) protected void
AEWin32AccessImpl.traceRoute
(InetAddress source_address, InetAddress target_address, boolean ping_mode, PlatformManagerPingCallback callback) void
AEWin32AccessImpl.traceRoute
(InetAddress source_address, InetAddress target_address, PlatformManagerPingCallback callback) Constructors in com.biglybt.platform.win32.access.impl with parameters of type PlatformManagerPingCallbackModifierConstructorDescriptionprotected
traceRouteCallback
(boolean _ping_mode, PlatformManagerPingCallback _cb)