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

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

Introduction

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

The text is from its open source code.

Constructor

PrintCommandListener(PrintStream stream, boolean suppressLogin)
Create an instance which optionally suppresses login command text and indicates where the EOL starts with the specified character.
PrintCommandListener(PrintWriter writer, boolean suppressLogin)
Create an instance which optionally suppresses login command text.
PrintCommandListener(PrintStream stream)
Create the default instance which prints everything.
PrintCommandListener(PrintWriter writer)
Create the default instance which prints everything.
PrintCommandListener(PrintStream stream, boolean suppressLogin, char eolMarker, boolean showDirection)
Create an instance which optionally suppresses login command text and indicates where the EOL starts with the specified character.
PrintCommandListener(PrintWriter writer, boolean suppressLogin, char eolMarker, boolean showDirection)
Create an instance which optionally suppresses login command text and indicates where the EOL starts with the specified character.