
org.webpieces.webserver.test.http2.directfast.ProxyClose Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-webserver-test Show documentation
Show all versions of http-webserver-test Show documentation
The full webpieces server AS A library
The newest version!
package org.webpieces.webserver.test.http2.directfast;
import org.webpieces.http2client.api.Http2SocketListener;
public class ProxyClose {
private Http2SocketListener closeListener;
private MockHttp2Socket mockHttp2Socket;
public ProxyClose(Http2SocketListener closeListener, MockHttp2Socket mockHttp2Socket) {
this.closeListener = closeListener;
this.mockHttp2Socket = mockHttp2Socket;
}
public void socketFarEndClosed() {
closeListener.socketFarEndClosed(mockHttp2Socket);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy