Big HTTP header parsing refactoring
This commit is contained in:
parent
946953699f
commit
862bc7763e
50 changed files with 3114 additions and 3072 deletions
|
|
@ -29,7 +29,6 @@ import zutil.ClassUtil;
|
|||
import zutil.parser.Base64Encoder;
|
||||
import zutil.parser.DataNode;
|
||||
import zutil.parser.DataNode.DataType;
|
||||
import static zutil.parser.json.JSONObjectInputStream.*;
|
||||
|
||||
import javax.activation.UnsupportedDataTypeException;
|
||||
import java.io.*;
|
||||
|
|
@ -40,6 +39,9 @@ import java.util.HashMap;
|
|||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import static zutil.parser.json.JSONObjectInputStream.MD_CLASS;
|
||||
import static zutil.parser.json.JSONObjectInputStream.MD_OBJECT_ID;
|
||||
|
||||
public class JSONObjectOutputStream extends OutputStream implements ObjectOutput, Closeable{
|
||||
/** If the generated JSON should contain class def meta-data **/
|
||||
private boolean generateMetaData = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue