createTransport abstract method

GraphTransportPort createTransport(
  1. String url
)

Convenience wrapper that produces a GraphTransportPort using a connector under the hood.

Implementation

GraphTransportPort createTransport(String url);