| java.lang.Object org.xsocket.connection.http.NonBlockingBodyDataSource org.xsocket.connection.http.ConnectionTerminatedBodyDataSource
getBodyType | BodyType getBodyType()(Code) | | |
Fields inherited from org.xsocket.connection.http.NonBlockingBodyDataSource | final public static Integer DEFAULT_RECEIVE_TIMEOUT_MILLIS(Code)(Java Doc)
|
Methods inherited from org.xsocket.connection.http.NonBlockingBodyDataSource | public void addCompleteListener(IBodyCompleteListener listener)(Code)(Java Doc) void append(ByteBuffer data)(Code)(Java Doc) void append(ByteBuffer[] data)(Code)(Java Doc) public int available() throws IOException(Code)(Java Doc) protected Object clone() throws CloneNotSupportedException(Code)(Java Doc) public void close() throws IOException(Code)(Java Doc) public NonBlockingBodyDataSource duplicate()(Code)(Java Doc) BodyType getBodyType()(Code)(Java Doc) public IBodyDataHandler getDataHandler()(Code)(Java Doc) String getEncoding()(Code)(Java Doc) AbstractHttpConnection getHttpConnection()(Code)(Java Doc) public int getReadBufferVersion() throws IOException(Code)(Java Doc) public int getReceiveTimeoutMillis()(Code)(Java Doc) final int getWriteTransferChunkeSize()(Code)(Java Doc) public int indexOf(String str) throws IOException(Code)(Java Doc) public int indexOf(String str, String encoding) throws IOException, MaxReadSizeExceededException(Code)(Java Doc) final boolean isComplete() throws IOException(Code)(Java Doc) public boolean isOpen()(Code)(Java Doc) final public void markReadPosition()(Code)(Java Doc) public boolean onDisconnect(INonBlockingConnection connection) throws IOException(Code)(Java Doc) final void onUnderlyingHttpConnectionClosed()(Code)(Java Doc) public int read(ByteBuffer buffer) throws IOException(Code)(Java Doc) public byte readByte() throws IOException, BufferUnderflowException(Code)(Java Doc) public ByteBuffer[] readByteBufferByDelimiter(String delimiter) throws IOException, BufferUnderflowException(Code)(Java Doc) public ByteBuffer[] readByteBufferByDelimiter(String delimiter, int maxLength) throws IOException, BufferUnderflowException, MaxReadSizeExceededException(Code)(Java Doc) public ByteBuffer[] readByteBufferByLength(int length) throws IOException, BufferUnderflowException(Code)(Java Doc) public byte[] readBytesByDelimiter(String delimiter) throws IOException, BufferUnderflowException(Code)(Java Doc) public byte[] readBytesByDelimiter(String delimiter, int maxLength) throws IOException, BufferUnderflowException, MaxReadSizeExceededException(Code)(Java Doc) public byte[] readBytesByLength(int length) throws IOException, BufferUnderflowException(Code)(Java Doc) public double readDouble() throws IOException, BufferUnderflowException(Code)(Java Doc) public int readInt() throws IOException, BufferUnderflowException(Code)(Java Doc) public long readLong() throws IOException, BufferUnderflowException(Code)(Java Doc) public short readShort() throws IOException, BufferUnderflowException(Code)(Java Doc) public String readStringByDelimiter(String delimiter) throws IOException, BufferUnderflowException, UnsupportedEncodingException(Code)(Java Doc) public String readStringByDelimiter(String delimiter, int maxLength) throws IOException, BufferUnderflowException, UnsupportedEncodingException, MaxReadSizeExceededException(Code)(Java Doc) public String readStringByLength(int length) throws IOException, BufferUnderflowException, UnsupportedEncodingException(Code)(Java Doc) final void removeBodyParser()(Code)(Java Doc) final public void removeReadMark()(Code)(Java Doc) final public boolean resetToReadMark()(Code)(Java Doc) void setComplete(boolean isComplete)(Code)(Java Doc) public void setDataHandler(IBodyDataHandler bodyHandler) throws IOException(Code)(Java Doc) final void setIOException(IOException ioe)(Code)(Java Doc) public void setReceiveTimeoutMillis(int receiveTimeoutMillis)(Code)(Java Doc) void setSystemDataHandler(IBodyDataHandler bodyHandler) throws IOException(Code)(Java Doc) final int size() throws IOException(Code)(Java Doc) public String toString()(Code)(Java Doc) public long transferTo(WritableByteChannel target, int length) throws IOException, ClosedChannelException, BufferUnderflowException(Code)(Java Doc)
|
|
|