public abstract class CSPURLConnectionFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
connectTimeoutMillis |
protected java.lang.String |
cspBaseURL |
protected int |
readTimeoutMillis |
| Constructor and Description |
|---|
CSPURLConnectionFactory(java.lang.String cspBaseURL) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.net.HttpURLConnection |
build() |
abstract byte[] |
getPostData() |
abstract TokenService.Type |
getTokenType() |
protected java.lang.String cspBaseURL
protected int connectTimeoutMillis
protected int readTimeoutMillis
public CSPURLConnectionFactory(@Nullable java.lang.String cspBaseURL)
public abstract java.net.HttpURLConnection build()
throws java.io.IOException
java.io.IOExceptionpublic abstract byte[] getPostData()
public abstract TokenService.Type getTokenType()
Copyright © 2023. All rights reserved.