Package | Description |
---|---|
org.pageseeder.bridge.net |
Handles low-level API calls via the network to PageSeeder.
|
Modifier and Type | Method and Description |
---|---|
PSHTTPConnection.Method |
PSHTTPConnection.method()
Returns the type of connection.
|
static PSHTTPConnection.Method |
PSHTTPConnection.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PSHTTPConnection.Method[] |
PSHTTPConnection.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PSHTTPConnection |
PSHTTPConnector.connect(PSHTTPConnection.Method type)
Connect to PageSeeder using the specified method.
|
protected static PSHTTPConnection |
PSHTTPConnection.connect(PSHTTPResource resource,
PSHTTPConnection.Method type,
PSCredentials credentials)
Create a PageSeeder connection for the specified URL and method.
|
Copyright © 2016 Allette Systems. All rights reserved.