public class

Wire

extends Object
java.lang.Object
   ↳ org.apache.http.impl.conn.Wire

Class Overview

Logs data to the wire LOG.

Summary

Public Constructors
Wire(Log log)
Public Methods
boolean enabled()
void input(InputStream instream)
void input(String s)
void input(byte[] b, int off, int len)
void input(int b)
void input(byte[] b)
void output(String s)
void output(byte[] b)
void output(byte[] b, int off, int len)
void output(InputStream outstream)
void output(int b)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Wire (Log log)

Public Methods

public boolean enabled ()

public void input (InputStream instream)

Throws
IOException

public void input (String s)

Throws
IOException

public void input (byte[] b, int off, int len)

Throws
IOException

public void input (int b)

Throws
IOException

public void input (byte[] b)

Throws
IOException

public void output (String s)

Throws
IOException

public void output (byte[] b)

Throws
IOException

public void output (byte[] b, int off, int len)

Throws
IOException

public void output (InputStream outstream)

Throws
IOException

public void output (int b)

Throws
IOException