Skip to content

Instantly share code, notes, and snippets.

View maciejlach's full-sized avatar

Maciej Lach maciejlach

  • Wrocław, Poland
View GitHub Profile
@maciejlach
maciejlach / ProxiedQConnection.java
Created July 14, 2015 08:02
ProxiedQConnection
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.exxeleron.qjava.QConnection;
import com.exxeleron.qjava.QException;
public class ProxiedQConnection implements QConnection {
private final static Logger logger = LoggerFactory.getLogger(ProxiedQConnection.class);