Class DeflateSocket

All Implemented Interfaces:
Closeable, AutoCloseable

final class DeflateSocket extends DelegateSocket
Wrapper class for FTP data channel sockets when compressing data in the "deflate" compression format. All methods except of getInputStream() and getOutputStream() are calling the delegate methods directly.