provider static method

PhoenixConnection provider(
  1. String endpoint
)

Implementation

static PhoenixConnection provider(String endpoint) {
  return new PhoenixHtmlConnection(endpoint);
}