package http

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package json
  2. package xml

Type Members

  1. trait AbstractCaptureService extends ServiceProtocol with CaptureService
  2. trait AbstractChannelService extends ServiceProtocol with ChannelService
  3. trait AbstractContentService extends ServiceProtocol with ContentService
  4. trait AbstractDvrService extends ServiceProtocol with DvrService
  5. trait AbstractGuideService extends ServiceProtocol with GuideService
  6. abstract class AbstractHttpConnection extends NetworkConnection
  7. trait AbstractImageService extends ServiceProtocol with ImageService
  8. trait AbstractMusicService extends ServiceProtocol with MusicService
  9. trait AbstractMythFrontendService extends ServiceProtocol with MythFrontendService
  10. trait AbstractMythService extends ServiceProtocol with MythService
  11. trait AbstractVideoService extends ServiceProtocol with VideoService
  12. abstract class BackendServiceConnection extends AbstractHttpConnection
  13. abstract class FrontendServiceConnection extends AbstractHttpConnection
  14. type HttpHeaders = () => Map[String, List[String]]
  15. sealed trait HttpRequestMethod extends AnyRef
  16. trait HttpResponse extends AnyRef
  17. case class HttpResponseException(url: URL, responseCode: Int) extends RuntimeException with Product with Serializable
  18. case class HttpStreamResponse(statusCode: Int, headers: HttpHeaders, stream: InputStream) extends HttpResponse with Product with Serializable
  19. trait ServiceProtocol extends ServiceResultReaderImplicits
  20. trait ServiceResultConverter extends AnyRef
  21. trait ServiceResultNode extends Any
  22. trait ServiceResultReader[T] extends AnyRef
  23. trait ServiceResultReaderImplicits extends AnyRef
  24. trait WsdlReader extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped