Uses of Class
org.apache.commons.net.ProtocolCommandEvent
-
Packages that use ProtocolCommandEvent Package Description org.apache.commons.net Common socket classes and protocol command utility classes -
-
Uses of ProtocolCommandEvent in org.apache.commons.net
Methods in org.apache.commons.net with parameters of type ProtocolCommandEvent Modifier and Type Method Description voidPrintCommandListener. protocolCommandSent(ProtocolCommandEvent event)voidProtocolCommandListener. protocolCommandSent(ProtocolCommandEvent event)This method is invoked by a ProtocolCommandEvent source after sending a protocol command to a server.voidPrintCommandListener. protocolReplyReceived(ProtocolCommandEvent event)voidProtocolCommandListener. protocolReplyReceived(ProtocolCommandEvent event)This method is invoked by a ProtocolCommandEvent source after receiving a reply from a server.
-