org.teleal.cling.transport.impl
Class StreamClientImpl
java.lang.Object
org.teleal.cling.transport.impl.StreamClientImpl
- All Implemented Interfaces:
- StreamClient
public class StreamClientImpl
- extends java.lang.Object
- implements StreamClient
It's hard to believe how bad the JDK has gotten in the last 15 years.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HACK_STREAM_HANDLER_SYSTEM_PROPERTY
public static final java.lang.String HACK_STREAM_HANDLER_SYSTEM_PROPERTY
- See Also:
- Constant Field Values
configuration
protected StreamClientConfigurationImpl configuration
StreamClientImpl
public StreamClientImpl(StreamClientConfigurationImpl configuration)
getConfiguration
public StreamClientConfigurationImpl getConfiguration()
- Specified by:
getConfiguration
in interface StreamClient
init
public void init(Router router)
throws InitializationException
- Specified by:
init
in interface StreamClient
- Throws:
InitializationException
sendRequest
public StreamResponseMessage sendRequest(StreamRequestMessage requestMessage)
- Specified by:
sendRequest
in interface StreamClient
applyRequestProperties
protected void applyRequestProperties(java.net.HttpURLConnection urlConnection,
StreamRequestMessage requestMessage)
applyRequestBody
protected void applyRequestBody(java.net.HttpURLConnection urlConnection,
StreamRequestMessage requestMessage)
throws java.io.IOException
- Throws:
java.io.IOException
createResponse
protected StreamResponseMessage createResponse(java.net.HttpURLConnection urlConnection,
java.io.InputStream inputStream)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.