KLALB V3.6.0 写了一半
This commit is contained in:
@@ -75,12 +75,7 @@ public class KLALBVirtualSocket extends VirtualSocket {
|
||||
}
|
||||
|
||||
|
||||
public void associateSocket(Socket associateSocket) throws IOException {
|
||||
((KLALBVirtualSocketImpl)getVirtualImpl()).associateSocket(associateSocket);
|
||||
}
|
||||
public void associateSocketChannel(SocketChannel b) throws IOException{
|
||||
((KLALBVirtualSocketImpl)getVirtualImpl()).associateSocketChannel(b);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SocketChannel getChannel() {
|
||||
return channel;
|
||||
|
||||
Reference in New Issue
Block a user