org.opentox.pol.httpreturn
Class HttpReturn

Package class diagram package HttpReturn
java.lang.Object
  extended by org.opentox.pol.httpreturn.HttpReturn

public class HttpReturn
extends Object


Field Summary
 String data
           
 int status
           
 
Constructor Summary
HttpReturn(int _s, String _d)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

public int status

data

public String data
Constructor Detail

HttpReturn

public HttpReturn(int _s,
                  String _d)


Copyright © 2010-2011 OpenTox project. All Rights Reserved.