public interface Connector
| Modifier and Type | Method and Description |
|---|---|
Connection |
create()
Creates a new
Connection for a call with request type
RequestType.GET. |
Connection |
create(RequestType type)
Creates a new
Connection for a call with the given request type. |
Connection create() throws FlattrException
Connection for a call with request type
RequestType.GET.Connection that was createdFlattrExceptionConnection create(RequestType type) throws FlattrException
Connection for a call with the given request type.type - RequestType to be usedConnection that was createdFlattrExceptionCopyright © 2010–2014. All rights reserved.