|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.neu.ccs.demeterf.http.classes.HTTPVer
public class HTTPVer
Representation of HTTPVer
Nested Class Summary | |
---|---|
static class |
HTTPVer.ver
Field Class for HTTPVer.ver |
Constructor Summary | |
---|---|
HTTPVer(double ver)
Construct a(n) HTTPVer Instance |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this HTTPVer? |
double |
getVer()
Getter for field HTTPVer.ver |
static HTTPVer |
parse(java.io.InputStream inpt)
Parse an instance of HTTPVer from the given Stream |
static HTTPVer |
parse(java.io.Reader inpt)
Parse an instance of HTTPVer from the given Reader |
static HTTPVer |
parse(java.lang.String inpt)
Parse an instance of HTTPVer from the given String |
java.lang.String |
toString()
DGP method from Class PrintToString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HTTPVer(double ver)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static HTTPVer parse(java.lang.String inpt) throws ParseException
ParseException
public static HTTPVer parse(java.io.InputStream inpt) throws ParseException
ParseException
public static HTTPVer parse(java.io.Reader inpt) throws ParseException
ParseException
public java.lang.String toString()
toString
in class java.lang.Object
public double getVer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |