Uses of Class
org.jboss.netty.bootstrap.ClientBootstrap
Packages that use ClientBootstrap
-
Uses of ClientBootstrap in org.jboss.netty.example.http.upload
Methods in org.jboss.netty.example.http.upload with parameters of type ClientBootstrapModifier and TypeMethodDescriptionHttpUploadClient.formget
(ClientBootstrap bootstrap, String host, int port, String get, URI uriSimple) Standard usage of HTTP API in Netty without file Upload (get is not able to achieve File upload due to limitation on request size).private static List
<InterfaceHttpData> HttpUploadClient.formpost
(ClientBootstrap bootstrap, String host, int port, URI uriSimple, File file, HttpDataFactory factory, List<Map.Entry<String, String>> headers) Standard post without multipart but already support on Factory (memory management)private static void
HttpUploadClient.formpostmultipart
(ClientBootstrap bootstrap, String host, int port, URI uriFile, HttpDataFactory factory, List<Map.Entry<String, String>> headers, List<InterfaceHttpData> bodylist) Multipart example -
Uses of ClientBootstrap in org.jboss.netty.example.uptime
Fields in org.jboss.netty.example.uptime declared as ClientBootstrapModifier and TypeFieldDescription(package private) final ClientBootstrap
UptimeClientHandler.bootstrap
Constructors in org.jboss.netty.example.uptime with parameters of type ClientBootstrap