Package gnu.inet.gopher

This package contains a Gopher client.

Class Summary

DirectoryEntry A gopher directory entry.
DirectoryListing A gopher directory listing.
GopherConnection A gopher client.
GopherContentHandler A Gopher content handler.
GopherURLConnection A Gopher URL connection.
Handler A Gopher URL stream handler.
This package contains a Gopher client. It can provide two types of response: an input stream to retrieve content for the given selector (Gopher identifier), or a directory listing of the various selectors available. As soon as the response is returned, the underlying TCP connection is closed.