public class

plain

extends ContentHandler
java.lang.Object
   ↳ java.net.ContentHandler
     ↳ sun.net.www.content.text.plain
Known Direct Subclasses

Summary

Public Constructors
plain()
Public Methods
Object getContent(URLConnection uc)
Returns a PlainTextInputStream object from which data can be read.
[Expand]
Inherited Methods
From class java.net.ContentHandler
From class java.lang.Object

Public Constructors

public plain ()

Public Methods

public Object getContent (URLConnection uc)

Returns a PlainTextInputStream object from which data can be read.

Parameters
uc a URL connection.
Returns
  • the object read by the ContentHandler.