|
| 1 | +<!DOCTYPE HTML> |
| 2 | +<html lang> |
| 3 | +<head> |
| 4 | +<!-- Generated by javadoc (17) on Mon Jan 26 14:19:28 UTC 2026 --> |
| 5 | +<title>Uses of Class com.github.copilot.sdk.CopilotSession (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title> |
| 6 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | +<meta name="dc.created" content="2026-01-26"> |
| 9 | +<meta name="description" content="use: package: com.github.copilot.sdk, class: CopilotSession"> |
| 10 | +<meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| 12 | +<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style"> |
| 13 | +<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style"> |
| 14 | +<script type="text/javascript" src="../../../../../script.js"></script> |
| 15 | +<script type="text/javascript" src="../../../../../script-dir/jquery-3.7.1.min.js"></script> |
| 16 | +<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script> |
| 17 | +</head> |
| 18 | +<body class="class-use-page"> |
| 19 | +<script type="text/javascript">var pathtoroot = "../../../../../"; |
| 20 | +loadScripts(document, 'script');</script> |
| 21 | +<noscript> |
| 22 | +<div>JavaScript is disabled on your browser.</div> |
| 23 | +</noscript> |
| 24 | +<div class="flex-box"> |
| 25 | +<header role="banner" class="flex-header"> |
| 26 | +<nav role="navigation"> |
| 27 | +<!-- ========= START OF TOP NAVBAR ======= --> |
| 28 | +<div class="top-nav" id="navbar-top"> |
| 29 | +<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> |
| 30 | +<ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> |
| 31 | +<li><a href="../../../../../index.html">Overview</a></li> |
| 32 | +<li><a href="../package-summary.html">Package</a></li> |
| 33 | +<li><a href="../CopilotSession.html" title="class in com.github.copilot.sdk">Class</a></li> |
| 34 | +<li class="nav-bar-cell1-rev">Use</li> |
| 35 | +<li><a href="../package-tree.html">Tree</a></li> |
| 36 | +<li><a href="../../../../../index-all.html">Index</a></li> |
| 37 | +</ul> |
| 38 | +</div> |
| 39 | +<div class="sub-nav"> |
| 40 | +<div class="nav-list-search"><label for="search-input">SEARCH:</label> |
| 41 | +<input type="text" id="search-input" value="search" disabled="disabled"> |
| 42 | +<input type="reset" id="reset-button" value="reset" disabled="disabled"> |
| 43 | +</div> |
| 44 | +</div> |
| 45 | +<!-- ========= END OF TOP NAVBAR ========= --> |
| 46 | +<span class="skip-nav" id="skip-navbar-top"></span></nav> |
| 47 | +</header> |
| 48 | +<div class="flex-content"> |
| 49 | +<main role="main"> |
| 50 | +<div class="header"> |
| 51 | +<h1 title="Uses of Class com.github.copilot.sdk.CopilotSession" class="title">Uses of Class<br>com.github.copilot.sdk.CopilotSession</h1> |
| 52 | +</div> |
| 53 | +<div class="caption"><span>Packages that use <a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a></span></div> |
| 54 | +<div class="summary-table two-column-summary"> |
| 55 | +<div class="table-header col-first">Package</div> |
| 56 | +<div class="table-header col-last">Description</div> |
| 57 | +<div class="col-first even-row-color"><a href="#com.github.copilot.sdk">com.github.copilot.sdk</a></div> |
| 58 | +<div class="col-last even-row-color"> </div> |
| 59 | +</div> |
| 60 | +<section class="class-uses"> |
| 61 | +<ul class="block-list"> |
| 62 | +<li> |
| 63 | +<section class="detail" id="com.github.copilot.sdk"> |
| 64 | +<h2>Uses of <a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a> in <a href="../package-summary.html">com.github.copilot.sdk</a></h2> |
| 65 | +<div class="caption"><span>Methods in <a href="../package-summary.html">com.github.copilot.sdk</a> that return types with arguments of type <a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a></span></div> |
| 66 | +<div class="summary-table three-column-summary"> |
| 67 | +<div class="table-header col-first">Modifier and Type</div> |
| 68 | +<div class="table-header col-second">Method</div> |
| 69 | +<div class="table-header col-last">Description</div> |
| 70 | +<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a>></code></div> |
| 71 | +<div class="col-second even-row-color"><span class="type-name-label">CopilotClient.</span><code><a href="../CopilotClient.html#createSession()" class="member-name-link">createSession</a>()</code></div> |
| 72 | +<div class="col-last even-row-color"> |
| 73 | +<div class="block">Creates a new Copilot session with default configuration.</div> |
| 74 | +</div> |
| 75 | +<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a>></code></div> |
| 76 | +<div class="col-second odd-row-color"><span class="type-name-label">CopilotClient.</span><code><a href="../CopilotClient.html#createSession(com.github.copilot.sdk.json.SessionConfig)" class="member-name-link">createSession</a><wbr>(<a href="../json/SessionConfig.html" title="class in com.github.copilot.sdk.json">SessionConfig</a> config)</code></div> |
| 77 | +<div class="col-last odd-row-color"> |
| 78 | +<div class="block">Creates a new Copilot session with the specified configuration.</div> |
| 79 | +</div> |
| 80 | +<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a>></code></div> |
| 81 | +<div class="col-second even-row-color"><span class="type-name-label">CopilotClient.</span><code><a href="../CopilotClient.html#resumeSession(java.lang.String)" class="member-name-link">resumeSession</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> sessionId)</code></div> |
| 82 | +<div class="col-last even-row-color"> |
| 83 | +<div class="block">Resumes an existing session with default configuration.</div> |
| 84 | +</div> |
| 85 | +<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><<a href="../CopilotSession.html" title="class in com.github.copilot.sdk">CopilotSession</a>></code></div> |
| 86 | +<div class="col-second odd-row-color"><span class="type-name-label">CopilotClient.</span><code><a href="../CopilotClient.html#resumeSession(java.lang.String,com.github.copilot.sdk.json.ResumeSessionConfig)" class="member-name-link">resumeSession</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> sessionId, |
| 87 | + <a href="../json/ResumeSessionConfig.html" title="class in com.github.copilot.sdk.json">ResumeSessionConfig</a> config)</code></div> |
| 88 | +<div class="col-last odd-row-color"> |
| 89 | +<div class="block">Resumes an existing Copilot session.</div> |
| 90 | +</div> |
| 91 | +</div> |
| 92 | +</section> |
| 93 | +</li> |
| 94 | +</ul> |
| 95 | +</section> |
| 96 | +</main> |
| 97 | +<footer role="contentinfo"> |
| 98 | +<hr> |
| 99 | +<p class="legal-copy"><small>Copyright © 2026. All rights reserved.</small></p> |
| 100 | +</footer> |
| 101 | +</div> |
| 102 | +</div> |
| 103 | +</body> |
| 104 | +</html> |
0 commit comments