Package org.ardverk.dht.rsrc

Examples of org.ardverk.dht.rsrc.StringValue


  }
 
  public static Response error(String message) {
    return new Response(StatusLine.INTERNAL_SERVER_ERROR)
      .setContentType(HTTP.PLAIN_TEXT_TYPE)
      .setValue(new StringValue(message));
  }
View Full Code Here

TOP

Related Classes of org.ardverk.dht.rsrc.StringValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.