fusesource / mqtt-client

A Java MQTT Client
http://mqtt-client.fusesource.org/
Apache License 2.0
1.27k stars 369 forks source link

usage of library #72

Open AppWerft opened 8 years ago

AppWerft commented 8 years ago

If I use the jar mqtt-client-1.7-uber.jar then the protected int trafficClass = TcpTransport.IPTOS_THROUGHPUT;will not resolved.

If I embed the source tree from here, then

org.fusesource.hawtbuf.UTF8Buffer;
import org.fusesource.hawtdispatch.DispatchQueue;
import org.fusesource.hawtdispatch.transport.*;

will not resolved.

Any ideas?