Home
last modified time | relevance | path

Searched defs:writeLine (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/io/
DSessionOutputBuffer.java55 void writeLine(String s) throws IOException; in writeLine() method
57 void writeLine(CharArrayBuffer buffer) throws IOException; in writeLine() method
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java90 public void writeLine(final CharArrayBuffer buffer) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
98 public void writeLine(final String s) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java137 public void writeLine(final String s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer
147 public void writeLine(final CharArrayBuffer s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer