Package io.netty.example.http.upload
-
Class Summary Class Description HttpUploadClient This class is meant to be run againstHttpUploadServer
.HttpUploadClientHandler Handler that just dumps the contents of the response from the serverHttpUploadClientInitializer HttpUploadServer An HTTP server showing how to use the HTTP multipart package for file uploads and decoding post data.HttpUploadServerHandler HttpUploadServerInitializer