MCPcopy
hub / github.com/koush/AndroidAsync / DataSink

Interface DataSink

AndroidAsync/src/com/koushikdutta/async/DataSink.java:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import com.koushikdutta.async.callback.WritableCallback;
5
6public interface DataSink {
7 public void write(ByteBufferList bb);
8 public void setWriteableCallback(WritableCallback handler);
9 public WritableCallback getWriteableCallback();
10
11 public boolean isOpen();
12 public void end();
13 public void setClosedCallback(CompletedCallback handler);
14 public CompletedCallback getClosedCallback();
15 public AsyncServer getServer();
16}

Callers 54

testUploadMethod · 0.65
writeMethod · 0.65
writeOutputStreamMethod · 0.65
endMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
onWriteableMethod · 0.65
AsyncSSLSocketWrapperMethod · 0.65
cleanupMethod · 0.65
pumpMethod · 0.65
onCompletedMethod · 0.65

Implementers 7

BufferedDataSinkAndroidAsync/src/com/koushikdutta/asyn
OutputStreamDataSinkAndroidAsync/src/com/koushikdutta/asyn
AsyncNetworkSocketAndroidAsync/src/com/koushikdutta/asyn
AsyncSSLSocketWrapperAndroidAsync/src/com/koushikdutta/asyn
WebSocketImplAndroidAsync/src/com/koushikdutta/asyn
CachedSocketAndroidAsync/src/com/koushikdutta/asyn
AsyncHttpServerResponseImplAndroidAsync/src/com/koushikdutta/asyn

Calls

no outgoing calls

Tested by

no test coverage detected