- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** {@inheritDoc} */ @Override public void connect() throws IOException { execute(); }
public void connect() throws IOException { execute(); }
public void connect() throws IOException { execute(); }
/** {@inheritDoc} */ @Override public String getResponseMessage() throws IOException { execute(); return resp.getStatusLine().getReasonPhrase(); }
/** {@inheritDoc} */ @Override public int getResponseCode() throws IOException { execute(); return resp.getStatusLine().getStatusCode(); }
public int getResponseCode() throws IOException { execute(); return resp.getStatusLine().getStatusCode(); }
public String getResponseMessage() throws IOException { execute(); return resp.getStatusLine().getReasonPhrase(); }
public String getResponseMessage() throws IOException { execute(); return resp.getStatusLine().getReasonPhrase(); }
public int getResponseCode() throws IOException { execute(); return resp.getStatusLine().getStatusCode(); }