Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.net.Compressor

Uses of Compressor in java.net
 

Classes in java.net that implement Compressor
 class DeflatingCompressor
          This class is the default compressor used in our compression layer.
 

Fields in java.net declared as Compressor
protected  Compressor DConnector.compressor
          Reference to the real compression engine that must follow the Compressor interface.
protected  Compressor Connector.compressor
          Reference to the real compression engine that must follow the Compressor interface.