org.apache.http.impl.nio.codecs
Class IdentityEncoder

java.lang.Object
  extended byorg.apache.http.impl.nio.codecs.AbstractContentEncoder
      extended byorg.apache.http.impl.nio.codecs.IdentityEncoder
All Implemented Interfaces:
ContentEncoder

public class IdentityEncoder
extends AbstractContentEncoder


Field Summary
 
Fields inherited from class org.apache.http.impl.nio.codecs.AbstractContentEncoder
completed
 
Constructor Summary
IdentityEncoder(java.nio.channels.WritableByteChannel channel)
           
 
Method Summary
 java.lang.String toString()
           
 int write(java.nio.ByteBuffer src)
          Writes a portion of entity content to the underlying channel.
 
Methods inherited from class org.apache.http.impl.nio.codecs.AbstractContentEncoder
assertNotCompleted, complete, isCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityEncoder

public IdentityEncoder(java.nio.channels.WritableByteChannel channel)
Method Detail

write

public int write(java.nio.ByteBuffer src)
          throws java.io.IOException
Description copied from interface: ContentEncoder
Writes a portion of entity content to the underlying channel.

Parameters:
src - The buffer from which content is to be retrieved
Returns:
The number of bytes read, possibly zero
Throws:
java.io.IOException - if I/O error occurs while writing content

toString

public java.lang.String toString()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.