com.cloudbees.api
Class HttpReply

java.lang.Object
  extended by com.cloudbees.api.HttpReply

public class HttpReply
extends Object

Author:
Fabian Donze

Constructor Summary
HttpReply(int code, String content)
           
 
Method Summary
 int getCode()
           
 String getContent()
           
 String toShortString(int max)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpReply

public HttpReply(int code,
                 String content)
Method Detail

getCode

public int getCode()

getContent

public String getContent()

toString

public String toString()
Overrides:
toString in class Object

toShortString

public String toShortString(int max)


Copyright © 2011-2013. All Rights Reserved.