All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xapi.io.api.IOMessage Maven / Gradle / Ivy

package xapi.io.api;

import xapi.collect.api.StringTo.Many;

public interface IOMessage  {

  int modifier();

  String url();

  Many headers();

  B body();

  int statusCode();

  String statusMessage();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy