public static final class ScriptBuilder.Client extends Object
Constructor and Description |
---|
Client(ReadableByteChannel source,
WritableByteChannel sump) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
lineEnd() |
void |
lineStart() |
void |
outBufferNext(byte next) |
void |
readResponse() |
void |
write(InputStream in) |
void |
write(String phrase) |
void |
writeLine(String line) |
public Client(ReadableByteChannel source, WritableByteChannel sump) throws Exception
Exception
public void write(InputStream in) throws Exception
Exception
public void outBufferNext(byte next) throws Exception
Exception
public void readResponse() throws Exception
Exception
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.