blob: d09199cc2511229e5cd8ad1edff43d1c064f8747 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.apache.qpid.protonj2.client.TransportOptions (Qpid ProtonJ2 Parent 1.0.0-M9 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.qpid.protonj2.client.TransportOptions (Qpid ProtonJ2 Parent 1.0.0-M9 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class org.apache.qpid.protonj2.client.TransportOptions" class="title">Uses of Class<br>org.apache.qpid.protonj2.client.TransportOptions</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.qpid.protonj2.client">org.apache.qpid.protonj2.client</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.qpid.protonj2.client.transport">org.apache.qpid.protonj2.client.transport</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.qpid.protonj2.client">
<!-- -->
</a>
<h3>Uses of <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a> in <a href="../package-summary.html">org.apache.qpid.protonj2.client</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.qpid.protonj2.client</a> that return <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#addWebSocketHeader(java.lang.String,java.lang.String)">addWebSocketHeader</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;key,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Additional headers to be passed along to the remote when performing a WebSocket based connect.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#allowNativeIO(boolean)">allowNativeIO</a></span>&#8203;(boolean&nbsp;allowNativeIO)</code></th>
<td class="colLast">
<div class="block">Determines if the a native IO implementation is preferred to the JDK based IO.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#clone()">clone</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#connectTimeout(int)">connectTimeout</a></span>&#8203;(int&nbsp;connectTimeout)</code></th>
<td class="colLast">
<div class="block">A transport layer connection timeout value that controls how long a connection attempt can block
before giving up and throwing a connection error.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#copyInto(org.apache.qpid.protonj2.client.TransportOptions)">copyInto</a></span>&#8203;(<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;other)</code></th>
<td class="colLast">
<div class="block">Copy all configuration into the given <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client"><code>TransportOptions</code></a> from this instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#defaultTcpPort(int)">defaultTcpPort</a></span>&#8203;(int&nbsp;defaultTcpPort)</code></th>
<td class="colLast">
<div class="block">The default unsecured connection port to use when none has been specified by the user.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#localAddress(java.lang.String)">localAddress</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;localAddress)</code></th>
<td class="colLast">
<div class="block">The local address to bind to when attempting a remote connection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#localPort(int)">localPort</a></span>&#8203;(int&nbsp;localPort)</code></th>
<td class="colLast">
<div class="block">Configures the local port value to bind to when connecting to the remote, if that port is
already in use this can lead to a connection error.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#receiveBufferSize(int)">receiveBufferSize</a></span>&#8203;(int&nbsp;receiveBufferSize)</code></th>
<td class="colLast">
<div class="block">Sets the receive buffer size in bytes, the value must be greater than zero
or an <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>IllegalArgumentException</code></a> will be thrown.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#sendBufferSize(int)">sendBufferSize</a></span>&#8203;(int&nbsp;sendBufferSize)</code></th>
<td class="colLast">
<div class="block">Sets the send buffer size in bytes, the value must be greater than zero
or an <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink"><code>IllegalArgumentException</code></a> will be thrown.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#soLinger(int)">soLinger</a></span>&#8203;(int&nbsp;soLinger)</code></th>
<td class="colLast">
<div class="block">Configures the soLinger value that should be configured on the connection socket.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#soTimeout(int)">soTimeout</a></span>&#8203;(int&nbsp;soTimeout)</code></th>
<td class="colLast">
<div class="block">Sets the value to use when configuring the socket level soTimeout option.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#tcpKeepAlive(boolean)">tcpKeepAlive</a></span>&#8203;(boolean&nbsp;keepAlive)</code></th>
<td class="colLast">
<div class="block">Configures the TCP socket keep-alive value that should be used for a connection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#tcpNoDelay(boolean)">tcpNoDelay</a></span>&#8203;(boolean&nbsp;tcpNoDelay)</code></th>
<td class="colLast">
<div class="block">Configure the underlying connection to use the tcpNoDelay option.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#traceBytes(boolean)">traceBytes</a></span>&#8203;(boolean&nbsp;traceBytes)</code></th>
<td class="colLast">
<div class="block">Determines if the transport should add a logger for bytes in / out</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#trafficClass(int)">trafficClass</a></span>&#8203;(int&nbsp;trafficClass)</code></th>
<td class="colLast">
<div class="block">Sets the traffic class value used by the TCP connection, valid
range is between 0 and 255.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ConnectionOptions.</span><code><span class="memberNameLink"><a href="../ConnectionOptions.html#transportOptions()">transportOptions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#useWebSockets(boolean)">useWebSockets</a></span>&#8203;(boolean&nbsp;webSockets)</code></th>
<td class="colLast">
<div class="block">Set to true to configure the transport layer as a WebSocket based connection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#webSocketMaxFrameSize(int)">webSocketMaxFrameSize</a></span>&#8203;(int&nbsp;maxFrameSize)</code></th>
<td class="colLast">
<div class="block">Configures the maximum size of each WebSocket frame, payloads larger than the max frame size are
split into multiple frames during transmission.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#webSocketPath(java.lang.String)">webSocketPath</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;webSocketPath)</code></th>
<td class="colLast">
<div class="block">The optional path element to provide when connecting via a WebSocket.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.qpid.protonj2.client</a> with parameters of type <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransportOptions.</span><code><span class="memberNameLink"><a href="../TransportOptions.html#copyInto(org.apache.qpid.protonj2.client.TransportOptions)">copyInto</a></span>&#8203;(<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;other)</code></th>
<td class="colLast">
<div class="block">Copy all configuration into the given <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client"><code>TransportOptions</code></a> from this instance.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.qpid.protonj2.client.transport">
<!-- -->
</a>
<h3>Uses of <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a> in <a href="../transport/package-summary.html">org.apache.qpid.protonj2.client.transport</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../transport/package-summary.html">org.apache.qpid.protonj2.client.transport</a> declared as <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TcpTransport.</span><code><span class="memberNameLink"><a href="../transport/TcpTransport.html#options">options</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../transport/package-summary.html">org.apache.qpid.protonj2.client.transport</a> that return <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TcpTransport.</span><code><span class="memberNameLink"><a href="../transport/TcpTransport.html#getTransportOptions()">getTransportOptions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Transport.</span><code><span class="memberNameLink"><a href="../transport/Transport.html#getTransportOptions()">getTransportOptions</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../transport/package-summary.html">org.apache.qpid.protonj2.client.transport</a> with parameters of type <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EpollSupport.</span><code><span class="memberNameLink"><a href="../transport/EpollSupport.html#isAvailable(org.apache.qpid.protonj2.client.TransportOptions)">isAvailable</a></span>&#8203;(<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;transportOptions)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IOUringSupport.</span><code><span class="memberNameLink"><a href="../transport/IOUringSupport.html#isAvailable(org.apache.qpid.protonj2.client.TransportOptions)">isAvailable</a></span>&#8203;(<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;transportOptions)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">KQueueSupport.</span><code><span class="memberNameLink"><a href="../transport/KQueueSupport.html#isAvailable(org.apache.qpid.protonj2.client.TransportOptions)">isAvailable</a></span>&#8203;(<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;transportOptions)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../transport/package-summary.html">org.apache.qpid.protonj2.client.transport</a> with parameters of type <a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../transport/NettyIOContext.html#%3Cinit%3E(org.apache.qpid.protonj2.client.TransportOptions,org.apache.qpid.protonj2.client.SslOptions,java.lang.String)">NettyIOContext</a></span>&#8203;(<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;options,
<a href="../SslOptions.html" title="class in org.apache.qpid.protonj2.client">SslOptions</a>&nbsp;ssl,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;ioThreadName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../transport/TcpTransport.html#%3Cinit%3E(io.netty.bootstrap.Bootstrap,org.apache.qpid.protonj2.client.TransportOptions,org.apache.qpid.protonj2.client.SslOptions)">TcpTransport</a></span>&#8203;(io.netty.bootstrap.Bootstrap&nbsp;bootstrap,
<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;options,
<a href="../SslOptions.html" title="class in org.apache.qpid.protonj2.client">SslOptions</a>&nbsp;sslOptions)</code></th>
<td class="colLast">
<div class="block">Create a new <a href="../transport/TcpTransport.html" title="class in org.apache.qpid.protonj2.client.transport"><code>TcpTransport</code></a> instance with the given configuration.</div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../transport/WebSocketTransport.html#%3Cinit%3E(io.netty.bootstrap.Bootstrap,org.apache.qpid.protonj2.client.TransportOptions,org.apache.qpid.protonj2.client.SslOptions)">WebSocketTransport</a></span>&#8203;(io.netty.bootstrap.Bootstrap&nbsp;bootstrap,
<a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">TransportOptions</a>&nbsp;options,
<a href="../SslOptions.html" title="class in org.apache.qpid.protonj2.client">SslOptions</a>&nbsp;sslOptions)</code></th>
<td class="colLast">
<div class="block">Create a new <a href="../transport/WebSocketTransport.html" title="class in org.apache.qpid.protonj2.client.transport"><code>WebSocketTransport</code></a> instance with the given configuration.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TransportOptions.html" title="class in org.apache.qpid.protonj2.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>