protected SocketWrapper(Socket delegate) throws SocketException {
super(new WrappingSocketImpl(delegate));
this.delegate = delegate;
protected SocketWrapper(Socket delegate) throws SocketException {
super(new WrappingSocketImpl(delegate));
this.delegate = delegate;