Class CipboardReceiverSample


  • public class CipboardReceiverSample
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] getByteArrayOkHTTP​(java.lang.String path, de.gsi.dataset.remote.MimeType mimeType, boolean useGSON)  
      static void main​(java.lang.String[] args)  
      static okhttp3.sse.EventSource newEventSource​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ENDPOINT_STATUS_SSE

        public static final java.lang.String ENDPOINT_STATUS_SSE
        See Also:
        Constant Field Values
      • ENDPOINT_STATUS_IMG

        public static final java.lang.String ENDPOINT_STATUS_IMG
        See Also:
        Constant Field Values
    • Constructor Detail

      • CipboardReceiverSample

        public CipboardReceiverSample()
    • Method Detail

      • getByteArrayOkHTTP

        public static byte[] getByteArrayOkHTTP​(java.lang.String path,
                                                de.gsi.dataset.remote.MimeType mimeType,
                                                boolean useGSON)
      • newEventSource

        public static okhttp3.sse.EventSource newEventSource​(java.lang.String path)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException