All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

B

buf. Variable in class gnu.inet.tftp.LineBufferedOutputStream

C

close(). Method in class gnu.inet.tftp.TftpLogStream
Does not do anything.
count. Variable in class gnu.inet.tftp.LineBufferedOutputStream

F

flush(). Method in class gnu.inet.tftp.LineBufferedOutputStream
Flushes the buffer line by line and then does a complete flush for the remaining data
flush(). Method in class gnu.inet.tftp.TftpLogStream
Flushes Buffers of Stdout and Primary

G

getDateFormat(). Method in class gnu.inet.tftp.TftpLogStream
Gets the string from the internal SimpleDateFormat used when formatting the date
getlogPrimary(). Method in class gnu.inet.tftp.TftpLogStream
Gets logPrimary.
getLogStdout(). Method in class gnu.inet.tftp.TftpLogStream
Gets Stdout.
getLogWriter(). Method in class gnu.inet.tftp.Tftpd
Gets the PrintStream attached to the current log stream
getuseDate(). Method in class gnu.inet.tftp.TftpLogStream
Gets whether or not we use date handling

I

isLoggingPrimary(). Method in class gnu.inet.tftp.TftpLogStream
Gets whether or not we print to Primary
isLoggingStdout(). Method in class gnu.inet.tftp.TftpLogStream
Gets whether or not we print to Stdout

L

LineBufferedOutputStream(OutputStream). Constructor for class gnu.inet.tftp.LineBufferedOutputStream
Create a new LineBufferedOutputStream
LineBufferedOutputStream(OutputStream, int). Constructor for class gnu.inet.tftp.LineBufferedOutputStream
Create a new LineBufferedOutputStream

M

main(String[]). Static method in class gnu.inet.tftp.Tftp
Creates an instance of Tftp and passes the current command line parameters to it
main(String[]). Static method in class gnu.inet.tftp.Tftpd
Creates a Tftpd server and start processing connections

P

processConnection(). Method in class gnu.inet.tftp.TftpReadConnection
Processes the read connection
processConnection(). Method in class gnu.inet.tftp.TftpWriteConnection
Processes the write connection
processConnections(). Method in class gnu.inet.tftp.Tftpd
Main Server Loop.

R

readString(byte[], int). Method in class gnu.inet.tftp.TftpConnection
readString(byte[], int). Method in class gnu.inet.tftp.Tftpd
readString(byte[], int). Method in class gnu.inet.tftp.TftpReadConnection
readString(byte[], int). Method in class gnu.inet.tftp.TftpServerConnection
readString(byte[], int). Method in class gnu.inet.tftp.TftpWriteConnection
run(). Method in class gnu.inet.tftp.TftpConnection
Processes the TftpConnection
run(). Method in class gnu.inet.tftp.TftpServerConnection
Processes the TftpServerConnection

S

setDateFormat(String). Method in class gnu.inet.tftp.TftpLogStream
Sets the string to use in the internal SimpleDateFormat when formatting the date
setLogPrimary(PrintStream). Method in class gnu.inet.tftp.TftpLogStream
Sets logPrimary.
setuseDate(boolean). Method in class gnu.inet.tftp.TftpLogStream
Sets whether or not we use date handling

T

Tftpd(). Constructor for class gnu.inet.tftp.Tftpd
Constructs a new Tftpd server
TftpLogStream(). Constructor for class gnu.inet.tftp.TftpLogStream
Constructs a TftpLogStream.

U

useLogPrimary(boolean). Method in class gnu.inet.tftp.TftpLogStream
Sets whether or not we print to Primary
useLogStdout(boolean). Method in class gnu.inet.tftp.TftpLogStream
Sets whether or not we print to Stdout

W

write(byte[]). Method in class gnu.inet.tftp.TftpLogStream
Writes bytes to Stdout and Primary if needed.
write(byte[], int, int). Method in class gnu.inet.tftp.LineBufferedOutputStream
Writes bytes buf to the internal buffer and flushes it if it is too big
write(byte[], int, int). Method in class gnu.inet.tftp.TftpLogStream
Writes bytes to Stdout and Primary if needed.
write(int). Method in class gnu.inet.tftp.LineBufferedOutputStream
Writes byte b to the internal buffer and flushes it if it is too big
write(int). Method in class gnu.inet.tftp.TftpLogStream
Writes a byte to Stdout and Primary if needed.