org.apache.http.entity.mime
Class MinimalField

java.lang.Object
  extended by org.apache.http.entity.mime.MinimalField
All Implemented Interfaces:
Field

@Immutable
public class MinimalField
extends Object
implements Field

Minimal implementation of Field.

Since:
4.0

Method Summary
 String getBody()
           
 String getName()
           
 ByteSequence getRaw()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface Field

getBody

public String getBody()
Specified by:
getBody in interface Field

getRaw

public ByteSequence getRaw()
Specified by:
getRaw in interface Field

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.