issues
search
d2iq-archive
/
mesos-rxjava
RxJava client for Apache Mesos HTTP APIs
Apache License 2.0
42
stars
27
forks
source link
Cleanup several imports
#44
Closed
BenWhitehead
closed
8 years ago
BenWhitehead
commented
8 years ago
Replace usage of com.google.common.net.HttpHeaders with io.netty.handler.codec.http.HttpHeaders.Names
Replace usage of io.netty.util.CharsetUtil with java.nio.charset.StandardCharsets
Replace usage of io.netty.util.internal.ObjectUtil.checkNotNull with com.google.common.base.Preconditions.checkNotNull