Searched refs:customMetadata (Results 1 – 6 of 6) sorted by relevance
45 private byte[] customMetadata; field in DownloadBuilder91 byte[] customMetadata) { in DownloadBuilder() argument97 this.customMetadata = customMetadata; in DownloadBuilder()183 public DownloadBuilder setCustomMetadata(byte[] customMetadata) { in setCustomMetadata() argument184 this.customMetadata = customMetadata; in setCustomMetadata()190 new DownloadRequest(id, type, uri, streamKeys, cacheKey, customMetadata); in build()
151 public void customMetadata() { } in customMetadata() method in NettyClientInteropServlet.Tester
399 function customMetadata($stub) function653 customMetadata($stub);
232 public void customMetadata() { }
301 tester.customMetadata(); in runTest()
1389 public void customMetadata() throws Exception { in customMetadata() method in AbstractInteropTest