Uses of Class
com.comphenix.protocol.async.AsyncListenerHandler
Packages that use AsyncListenerHandler
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of AsyncListenerHandler in com.comphenix.protocol
Methods in com.comphenix.protocol that return AsyncListenerHandlerModifier and TypeMethodDescriptionAsynchronousManager.registerAsyncHandler(PacketListener listener)Registers an asynchronous packet handler.Methods in com.comphenix.protocol with parameters of type AsyncListenerHandlerModifier and TypeMethodDescriptionvoidAsynchronousManager.unregisterAsyncHandler(AsyncListenerHandler handler)Unregisters and closes the given asynchronous handler. -
Uses of AsyncListenerHandler in com.comphenix.protocol.async
Methods in com.comphenix.protocol.async that return AsyncListenerHandlerModifier and TypeMethodDescriptionAsyncMarker.getListenerHandler()Retrieve the current asynchronous listener handler.AsyncFilterManager.registerAsyncHandler(PacketListener listener)AsyncFilterManager.registerAsyncHandler(PacketListener listener, boolean autoInject)Registers an asynchronous packet handler.Methods in com.comphenix.protocol.async with parameters of type AsyncListenerHandlerModifier and TypeMethodDescriptionvoidAsyncFilterManager.unregisterAsyncHandler(AsyncListenerHandler handler)