}
static class DefaultSocketChannelWrapperFactory implements SocketChannelWrapperFactory {
@Override
public SocketChannelWrapper wrapSocketChannel(SocketChannel socketChannel, boolean client) throws Exception {
return new DefaultSocketChannelWrapper(socketChannel);
}