Package com.comphenix.protocol.injector
Class NetworkProcessor
java.lang.Object
com.comphenix.protocol.injector.NetworkProcessor
Represents a processor for network markers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvokePostEvent(PacketEvent event, NetworkMarker marker) Invoke the post listeners and packet transmission, if any.
-
Constructor Details
-
NetworkProcessor
Construct a new network processor.- Parameters:
reporter- - the reporter.
-
-
Method Details
-
invokePostEvent
Invoke the post listeners and packet transmission, if any.- Parameters:
event- - PacketEventmarker- - the network marker, or NULL.
-