@groovy.transform.CompileStatic static class AsyncHttpBuilder.HttpConnectionListener
Type | Name and description |
---|---|
Configuration |
configuration |
groovy.lang.Closure |
customizer |
io.netty.util.concurrent.Promise |
finalPromise |
io.netty.handler.codec.http.HttpMethod |
httpMethod |
java.net.URI |
uri |
Constructor and description |
---|
AsyncHttpBuilder.HttpConnectionListener
(java.net.URI uri, io.netty.util.concurrent.Promise finalPromise, groovy.lang.Closure customizer, Configuration configuration, io.netty.handler.codec.http.HttpMethod httpMethod = HttpMethod.GET) |
Type | Name and description |
---|---|
void |
operationComplete(io.netty.channel.ChannelFuture connectFuture) |
protected io.netty.channel.ChannelFuture |
writeHttpRequest(io.netty.channel.Channel connectionChannel, io.netty.handler.codec.http.HttpRequest req) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation