|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLConnection
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.protocol.SMSURLConnection
public class SMSURLConnection
This is invoked by the platform with a URL of the right protocol.
Field Summary | |
---|---|
static java.lang.String |
SMS_PROTOCOL_NAME
|
Constructor Summary | |
---|---|
SMSURLConnection(java.net.URL url)
|
Method Summary | |
---|---|
static void |
activateProtocol()
Registers the protocol with the JVM. |
void |
connect()
|
java.io.InputStream |
getInputStream()
|
static java.lang.String |
getOIDUrl(java.lang.String oid)
|
static java.net.URLConnection |
openConnection(java.net.URI uri)
|
static java.net.URLConnection |
openConnection(java.net.URI uri,
java.lang.String scope)
Deprecated. |
void |
setRequestProperty(java.lang.String key,
java.lang.String value)
Deprecated. |
static void |
setScopeManager(GCUBEScopeManager sm)
Deprecated. |
Methods inherited from class java.net.URLConnection |
---|
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setUseCaches, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SMS_PROTOCOL_NAME
Constructor Detail |
---|
public SMSURLConnection(java.net.URL url) throws java.io.IOException
url
-
java.io.IOException
Method Detail |
---|
public static java.lang.String getOIDUrl(java.lang.String oid)
@Deprecated public static java.net.URLConnection openConnection(java.net.URI uri, java.lang.String scope) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
public static java.net.URLConnection openConnection(java.net.URI uri) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
@Deprecated public static void setScopeManager(GCUBEScopeManager sm)
@Deprecated public void setRequestProperty(java.lang.String key, java.lang.String value)
setRequestProperty
in class java.net.URLConnection
public static void activateProtocol()
public void connect() throws java.io.IOException
connect
in class java.net.URLConnection
java.io.IOException
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class java.net.URLConnection
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |