aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync/src/com/koushikdutta/async/wrapper/AsyncSocketWrapper.java
blob: 5e283822c6493d6e51966fbb4e71e4c5c6dad7b4 (plain)
1
2
3
4
5
6
7
package com.koushikdutta.async.wrapper;

import com.koushikdutta.async.AsyncSocket;

public interface AsyncSocketWrapper extends AsyncSocket, DataEmitterWrapper {
    public AsyncSocket getSocket();
}