A bit more

This commit is contained in:
Andrew Steinborn
2018-07-27 20:24:57 -04:00
parent a9715be771
commit 1d2110f2aa
4 changed files with 37 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ public class VelocityServer {
httpClient = new NettyHttpClient(this);
this.cm.bind(new InetSocketAddress(26671));
this.cm.bind(configuration.getBind());
}
public Bootstrap initializeGenericBootstrap() {