Java org.apache.commons.net ProtocolCommandEvent fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net ProtocolCommandEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net ProtocolCommandEvent.

The text is from its open source code.

Method

StringgetCommand()
Returns the string representation of the command type sent (e.g., "STAT" or "GET").
StringgetMessage()
Returns the entire message sent to or received from the server.
intgetReplyCode()
Returns the reply code of the received server reply.
booleanisReply()
Returns true if the ProtocolCommandEvent was generated as a result of receiving a reply.