1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!--NewPage--> |
---|
3 | <HTML> |
---|
4 | <HEAD> |
---|
5 | <!-- Generated by javadoc (build 1.6.0_18) on Tue Dec 11 11:47:11 GMT 2012 --> |
---|
6 | <TITLE> |
---|
7 | com.rabbitmq.client |
---|
8 | </TITLE> |
---|
9 | |
---|
10 | <META NAME="date" CONTENT="2012-12-11"> |
---|
11 | |
---|
12 | <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> |
---|
13 | |
---|
14 | <SCRIPT type="text/javascript"> |
---|
15 | function windowTitle() |
---|
16 | { |
---|
17 | if (location.href.indexOf('is-external=true') == -1) { |
---|
18 | parent.document.title="com.rabbitmq.client"; |
---|
19 | } |
---|
20 | } |
---|
21 | </SCRIPT> |
---|
22 | <NOSCRIPT> |
---|
23 | </NOSCRIPT> |
---|
24 | |
---|
25 | </HEAD> |
---|
26 | |
---|
27 | <BODY BGCOLOR="white" onload="windowTitle();"> |
---|
28 | <HR> |
---|
29 | |
---|
30 | |
---|
31 | <!-- ========= START OF TOP NAVBAR ======= --> |
---|
32 | <A NAME="navbar_top"><!-- --></A> |
---|
33 | <A HREF="#skip-navbar_top" title="Skip navigation links"></A> |
---|
34 | <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
---|
35 | <TR> |
---|
36 | <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
---|
37 | <A NAME="navbar_top_firstrow"><!-- --></A> |
---|
38 | <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
---|
39 | <TR ALIGN="center" VALIGN="top"> |
---|
40 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
---|
41 | <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> |
---|
42 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
---|
43 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
---|
44 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
---|
45 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> |
---|
46 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
---|
47 | </TR> |
---|
48 | </TABLE> |
---|
49 | </TD> |
---|
50 | <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
---|
51 | </EM> |
---|
52 | </TD> |
---|
53 | </TR> |
---|
54 | |
---|
55 | <TR> |
---|
56 | <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
---|
57 | PREV PACKAGE |
---|
58 | <A HREF="../../../com/rabbitmq/client/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> |
---|
59 | <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
---|
60 | <A HREF="../../../index.html?com/rabbitmq/client/package-summary.html" target="_top"><B>FRAMES</B></A> |
---|
61 | <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> |
---|
62 | <SCRIPT type="text/javascript"> |
---|
63 | <!-- |
---|
64 | if(window==top) { |
---|
65 | document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); |
---|
66 | } |
---|
67 | //--> |
---|
68 | </SCRIPT> |
---|
69 | <NOSCRIPT> |
---|
70 | <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> |
---|
71 | </NOSCRIPT> |
---|
72 | |
---|
73 | |
---|
74 | </FONT></TD> |
---|
75 | </TR> |
---|
76 | </TABLE> |
---|
77 | <A NAME="skip-navbar_top"></A> |
---|
78 | <!-- ========= END OF TOP NAVBAR ========= --> |
---|
79 | |
---|
80 | <HR> |
---|
81 | <H2> |
---|
82 | Package com.rabbitmq.client |
---|
83 | </H2> |
---|
84 | The client API proper: classes and interfaces representing the AMQP |
---|
85 | connections, channels, and wire-protocol framing descriptors. |
---|
86 | <P> |
---|
87 | <B>See:</B> |
---|
88 | <BR> |
---|
89 | <A HREF="#package_description"><B>Description</B></A> |
---|
90 | <P> |
---|
91 | |
---|
92 | <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
---|
93 | <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
---|
94 | <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> |
---|
95 | <B>Interface Summary</B></FONT></TH> |
---|
96 | </TR> |
---|
97 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
98 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.html" title="interface in com.rabbitmq.client">AMQP</A></B></TD> |
---|
99 | <TD> </TD> |
---|
100 | </TR> |
---|
101 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
102 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Access.Request.html" title="interface in com.rabbitmq.client">AMQP.Access.Request</A></B></TD> |
---|
103 | <TD> </TD> |
---|
104 | </TR> |
---|
105 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
106 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Access.RequestOk.html" title="interface in com.rabbitmq.client">AMQP.Access.RequestOk</A></B></TD> |
---|
107 | <TD> </TD> |
---|
108 | </TR> |
---|
109 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
110 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Ack.html" title="interface in com.rabbitmq.client">AMQP.Basic.Ack</A></B></TD> |
---|
111 | <TD> </TD> |
---|
112 | </TR> |
---|
113 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
114 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Cancel.html" title="interface in com.rabbitmq.client">AMQP.Basic.Cancel</A></B></TD> |
---|
115 | <TD> </TD> |
---|
116 | </TR> |
---|
117 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
118 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.CancelOk.html" title="interface in com.rabbitmq.client">AMQP.Basic.CancelOk</A></B></TD> |
---|
119 | <TD> </TD> |
---|
120 | </TR> |
---|
121 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
122 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Consume.html" title="interface in com.rabbitmq.client">AMQP.Basic.Consume</A></B></TD> |
---|
123 | <TD> </TD> |
---|
124 | </TR> |
---|
125 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
126 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.ConsumeOk.html" title="interface in com.rabbitmq.client">AMQP.Basic.ConsumeOk</A></B></TD> |
---|
127 | <TD> </TD> |
---|
128 | </TR> |
---|
129 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
130 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Deliver.html" title="interface in com.rabbitmq.client">AMQP.Basic.Deliver</A></B></TD> |
---|
131 | <TD> </TD> |
---|
132 | </TR> |
---|
133 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
134 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Get.html" title="interface in com.rabbitmq.client">AMQP.Basic.Get</A></B></TD> |
---|
135 | <TD> </TD> |
---|
136 | </TR> |
---|
137 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
138 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.GetEmpty.html" title="interface in com.rabbitmq.client">AMQP.Basic.GetEmpty</A></B></TD> |
---|
139 | <TD> </TD> |
---|
140 | </TR> |
---|
141 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
142 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.GetOk.html" title="interface in com.rabbitmq.client">AMQP.Basic.GetOk</A></B></TD> |
---|
143 | <TD> </TD> |
---|
144 | </TR> |
---|
145 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
146 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Nack.html" title="interface in com.rabbitmq.client">AMQP.Basic.Nack</A></B></TD> |
---|
147 | <TD> </TD> |
---|
148 | </TR> |
---|
149 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
150 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Publish.html" title="interface in com.rabbitmq.client">AMQP.Basic.Publish</A></B></TD> |
---|
151 | <TD> </TD> |
---|
152 | </TR> |
---|
153 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
154 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Qos.html" title="interface in com.rabbitmq.client">AMQP.Basic.Qos</A></B></TD> |
---|
155 | <TD> </TD> |
---|
156 | </TR> |
---|
157 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
158 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.QosOk.html" title="interface in com.rabbitmq.client">AMQP.Basic.QosOk</A></B></TD> |
---|
159 | <TD> </TD> |
---|
160 | </TR> |
---|
161 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
162 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Recover.html" title="interface in com.rabbitmq.client">AMQP.Basic.Recover</A></B></TD> |
---|
163 | <TD> </TD> |
---|
164 | </TR> |
---|
165 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
166 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.RecoverAsync.html" title="interface in com.rabbitmq.client">AMQP.Basic.RecoverAsync</A></B></TD> |
---|
167 | <TD> </TD> |
---|
168 | </TR> |
---|
169 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
170 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.RecoverOk.html" title="interface in com.rabbitmq.client">AMQP.Basic.RecoverOk</A></B></TD> |
---|
171 | <TD> </TD> |
---|
172 | </TR> |
---|
173 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
174 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Reject.html" title="interface in com.rabbitmq.client">AMQP.Basic.Reject</A></B></TD> |
---|
175 | <TD> </TD> |
---|
176 | </TR> |
---|
177 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
178 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Return.html" title="interface in com.rabbitmq.client">AMQP.Basic.Return</A></B></TD> |
---|
179 | <TD> </TD> |
---|
180 | </TR> |
---|
181 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
182 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.Close.html" title="interface in com.rabbitmq.client">AMQP.Channel.Close</A></B></TD> |
---|
183 | <TD> </TD> |
---|
184 | </TR> |
---|
185 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
186 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.CloseOk.html" title="interface in com.rabbitmq.client">AMQP.Channel.CloseOk</A></B></TD> |
---|
187 | <TD> </TD> |
---|
188 | </TR> |
---|
189 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
190 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.Flow.html" title="interface in com.rabbitmq.client">AMQP.Channel.Flow</A></B></TD> |
---|
191 | <TD> </TD> |
---|
192 | </TR> |
---|
193 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
194 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.FlowOk.html" title="interface in com.rabbitmq.client">AMQP.Channel.FlowOk</A></B></TD> |
---|
195 | <TD> </TD> |
---|
196 | </TR> |
---|
197 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
198 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.Open.html" title="interface in com.rabbitmq.client">AMQP.Channel.Open</A></B></TD> |
---|
199 | <TD> </TD> |
---|
200 | </TR> |
---|
201 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
202 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.OpenOk.html" title="interface in com.rabbitmq.client">AMQP.Channel.OpenOk</A></B></TD> |
---|
203 | <TD> </TD> |
---|
204 | </TR> |
---|
205 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
206 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Confirm.Select.html" title="interface in com.rabbitmq.client">AMQP.Confirm.Select</A></B></TD> |
---|
207 | <TD> </TD> |
---|
208 | </TR> |
---|
209 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
210 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Confirm.SelectOk.html" title="interface in com.rabbitmq.client">AMQP.Confirm.SelectOk</A></B></TD> |
---|
211 | <TD> </TD> |
---|
212 | </TR> |
---|
213 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
214 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Close.html" title="interface in com.rabbitmq.client">AMQP.Connection.Close</A></B></TD> |
---|
215 | <TD> </TD> |
---|
216 | </TR> |
---|
217 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
218 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.CloseOk.html" title="interface in com.rabbitmq.client">AMQP.Connection.CloseOk</A></B></TD> |
---|
219 | <TD> </TD> |
---|
220 | </TR> |
---|
221 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
222 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Open.html" title="interface in com.rabbitmq.client">AMQP.Connection.Open</A></B></TD> |
---|
223 | <TD> </TD> |
---|
224 | </TR> |
---|
225 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
226 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.OpenOk.html" title="interface in com.rabbitmq.client">AMQP.Connection.OpenOk</A></B></TD> |
---|
227 | <TD> </TD> |
---|
228 | </TR> |
---|
229 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
230 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Secure.html" title="interface in com.rabbitmq.client">AMQP.Connection.Secure</A></B></TD> |
---|
231 | <TD> </TD> |
---|
232 | </TR> |
---|
233 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
234 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.SecureOk.html" title="interface in com.rabbitmq.client">AMQP.Connection.SecureOk</A></B></TD> |
---|
235 | <TD> </TD> |
---|
236 | </TR> |
---|
237 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
238 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Start.html" title="interface in com.rabbitmq.client">AMQP.Connection.Start</A></B></TD> |
---|
239 | <TD> </TD> |
---|
240 | </TR> |
---|
241 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
242 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.StartOk.html" title="interface in com.rabbitmq.client">AMQP.Connection.StartOk</A></B></TD> |
---|
243 | <TD> </TD> |
---|
244 | </TR> |
---|
245 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
246 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Tune.html" title="interface in com.rabbitmq.client">AMQP.Connection.Tune</A></B></TD> |
---|
247 | <TD> </TD> |
---|
248 | </TR> |
---|
249 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
250 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.TuneOk.html" title="interface in com.rabbitmq.client">AMQP.Connection.TuneOk</A></B></TD> |
---|
251 | <TD> </TD> |
---|
252 | </TR> |
---|
253 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
254 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Bind.html" title="interface in com.rabbitmq.client">AMQP.Exchange.Bind</A></B></TD> |
---|
255 | <TD> </TD> |
---|
256 | </TR> |
---|
257 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
258 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.BindOk.html" title="interface in com.rabbitmq.client">AMQP.Exchange.BindOk</A></B></TD> |
---|
259 | <TD> </TD> |
---|
260 | </TR> |
---|
261 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
262 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Declare.html" title="interface in com.rabbitmq.client">AMQP.Exchange.Declare</A></B></TD> |
---|
263 | <TD> </TD> |
---|
264 | </TR> |
---|
265 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
266 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.DeclareOk.html" title="interface in com.rabbitmq.client">AMQP.Exchange.DeclareOk</A></B></TD> |
---|
267 | <TD> </TD> |
---|
268 | </TR> |
---|
269 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
270 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Delete.html" title="interface in com.rabbitmq.client">AMQP.Exchange.Delete</A></B></TD> |
---|
271 | <TD> </TD> |
---|
272 | </TR> |
---|
273 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
274 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.DeleteOk.html" title="interface in com.rabbitmq.client">AMQP.Exchange.DeleteOk</A></B></TD> |
---|
275 | <TD> </TD> |
---|
276 | </TR> |
---|
277 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
278 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Unbind.html" title="interface in com.rabbitmq.client">AMQP.Exchange.Unbind</A></B></TD> |
---|
279 | <TD> </TD> |
---|
280 | </TR> |
---|
281 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
282 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.UnbindOk.html" title="interface in com.rabbitmq.client">AMQP.Exchange.UnbindOk</A></B></TD> |
---|
283 | <TD> </TD> |
---|
284 | </TR> |
---|
285 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
286 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Bind.html" title="interface in com.rabbitmq.client">AMQP.Queue.Bind</A></B></TD> |
---|
287 | <TD> </TD> |
---|
288 | </TR> |
---|
289 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
290 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.BindOk.html" title="interface in com.rabbitmq.client">AMQP.Queue.BindOk</A></B></TD> |
---|
291 | <TD> </TD> |
---|
292 | </TR> |
---|
293 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
294 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Declare.html" title="interface in com.rabbitmq.client">AMQP.Queue.Declare</A></B></TD> |
---|
295 | <TD> </TD> |
---|
296 | </TR> |
---|
297 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
298 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.DeclareOk.html" title="interface in com.rabbitmq.client">AMQP.Queue.DeclareOk</A></B></TD> |
---|
299 | <TD> </TD> |
---|
300 | </TR> |
---|
301 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
302 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Delete.html" title="interface in com.rabbitmq.client">AMQP.Queue.Delete</A></B></TD> |
---|
303 | <TD> </TD> |
---|
304 | </TR> |
---|
305 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
306 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.DeleteOk.html" title="interface in com.rabbitmq.client">AMQP.Queue.DeleteOk</A></B></TD> |
---|
307 | <TD> </TD> |
---|
308 | </TR> |
---|
309 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
310 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Purge.html" title="interface in com.rabbitmq.client">AMQP.Queue.Purge</A></B></TD> |
---|
311 | <TD> </TD> |
---|
312 | </TR> |
---|
313 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
314 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.PurgeOk.html" title="interface in com.rabbitmq.client">AMQP.Queue.PurgeOk</A></B></TD> |
---|
315 | <TD> </TD> |
---|
316 | </TR> |
---|
317 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
318 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Unbind.html" title="interface in com.rabbitmq.client">AMQP.Queue.Unbind</A></B></TD> |
---|
319 | <TD> </TD> |
---|
320 | </TR> |
---|
321 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
322 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.UnbindOk.html" title="interface in com.rabbitmq.client">AMQP.Queue.UnbindOk</A></B></TD> |
---|
323 | <TD> </TD> |
---|
324 | </TR> |
---|
325 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
326 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.Commit.html" title="interface in com.rabbitmq.client">AMQP.Tx.Commit</A></B></TD> |
---|
327 | <TD> </TD> |
---|
328 | </TR> |
---|
329 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
330 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.CommitOk.html" title="interface in com.rabbitmq.client">AMQP.Tx.CommitOk</A></B></TD> |
---|
331 | <TD> </TD> |
---|
332 | </TR> |
---|
333 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
334 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.Rollback.html" title="interface in com.rabbitmq.client">AMQP.Tx.Rollback</A></B></TD> |
---|
335 | <TD> </TD> |
---|
336 | </TR> |
---|
337 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
338 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.RollbackOk.html" title="interface in com.rabbitmq.client">AMQP.Tx.RollbackOk</A></B></TD> |
---|
339 | <TD> </TD> |
---|
340 | </TR> |
---|
341 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
342 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.Select.html" title="interface in com.rabbitmq.client">AMQP.Tx.Select</A></B></TD> |
---|
343 | <TD> </TD> |
---|
344 | </TR> |
---|
345 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
346 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.SelectOk.html" title="interface in com.rabbitmq.client">AMQP.Tx.SelectOk</A></B></TD> |
---|
347 | <TD> </TD> |
---|
348 | </TR> |
---|
349 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
350 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/BasicProperties.html" title="interface in com.rabbitmq.client">BasicProperties</A></B></TD> |
---|
351 | <TD> </TD> |
---|
352 | </TR> |
---|
353 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
354 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Channel.html" title="interface in com.rabbitmq.client">Channel</A></B></TD> |
---|
355 | <TD>Public API: Interface to an AMQ channel.</TD> |
---|
356 | </TR> |
---|
357 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
358 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Command.html" title="interface in com.rabbitmq.client">Command</A></B></TD> |
---|
359 | <TD>Interface to a container for an AMQP method-and-arguments, with optional content header and body.</TD> |
---|
360 | </TR> |
---|
361 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
362 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ConfirmListener.html" title="interface in com.rabbitmq.client">ConfirmListener</A></B></TD> |
---|
363 | <TD>Implement this interface in order to be notified of Confirm events.</TD> |
---|
364 | </TR> |
---|
365 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
366 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Connection.html" title="interface in com.rabbitmq.client">Connection</A></B></TD> |
---|
367 | <TD>Public API: Interface to an AMQ connection.</TD> |
---|
368 | </TR> |
---|
369 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
370 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Consumer.html" title="interface in com.rabbitmq.client">Consumer</A></B></TD> |
---|
371 | <TD>Interface for application callback objects to receive notifications and messages from |
---|
372 | a queue by subscription.</TD> |
---|
373 | </TR> |
---|
374 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
375 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ContentHeader.html" title="interface in com.rabbitmq.client">ContentHeader</A></B></TD> |
---|
376 | <TD>Public API for abstract AMQP content header objects.</TD> |
---|
377 | </TR> |
---|
378 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
379 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/FlowListener.html" title="interface in com.rabbitmq.client">FlowListener</A></B></TD> |
---|
380 | <TD>Implement this interface in order to be notified of Channel.Flow |
---|
381 | events.</TD> |
---|
382 | </TR> |
---|
383 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
384 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/LongString.html" title="interface in com.rabbitmq.client">LongString</A></B></TD> |
---|
385 | <TD>An object providing access to a LongString.</TD> |
---|
386 | </TR> |
---|
387 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
388 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Method.html" title="interface in com.rabbitmq.client">Method</A></B></TD> |
---|
389 | <TD>Public interface to objects representing an AMQP method - see the <a href="http://www.amqp.org/">spec</a> for details.</TD> |
---|
390 | </TR> |
---|
391 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
392 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ReturnListener.html" title="interface in com.rabbitmq.client">ReturnListener</A></B></TD> |
---|
393 | <TD>Implement this interface in order to be notified of failed |
---|
394 | deliveries when basicPublish is called with "mandatory" or |
---|
395 | "immediate" flags set.</TD> |
---|
396 | </TR> |
---|
397 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
398 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/SaslConfig.html" title="interface in com.rabbitmq.client">SaslConfig</A></B></TD> |
---|
399 | <TD>This interface represents a hook to allow you to control how exactly |
---|
400 | a sasl client is selected during authentication.</TD> |
---|
401 | </TR> |
---|
402 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
403 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/SaslMechanism.html" title="interface in com.rabbitmq.client">SaslMechanism</A></B></TD> |
---|
404 | <TD>Our own view of a SASL authentication mechanism, introduced to remove a |
---|
405 | dependency on javax.security.sasl.</TD> |
---|
406 | </TR> |
---|
407 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
408 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ShutdownListener.html" title="interface in com.rabbitmq.client">ShutdownListener</A></B></TD> |
---|
409 | <TD>A ShutdownListener receives information about the shutdown of connections and |
---|
410 | channels.</TD> |
---|
411 | </TR> |
---|
412 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
413 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ShutdownNotifier.html" title="interface in com.rabbitmq.client">ShutdownNotifier</A></B></TD> |
---|
414 | <TD>Interface for components that are shutdown capable and |
---|
415 | that allow listeners to be added for shutdown signals</TD> |
---|
416 | </TR> |
---|
417 | </TABLE> |
---|
418 | |
---|
419 | |
---|
420 | <P> |
---|
421 | |
---|
422 | <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
---|
423 | <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
---|
424 | <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> |
---|
425 | <B>Class Summary</B></FONT></TH> |
---|
426 | </TR> |
---|
427 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
428 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Address.html" title="class in com.rabbitmq.client">Address</A></B></TD> |
---|
429 | <TD>A representation of network addresses, i.e.</TD> |
---|
430 | </TR> |
---|
431 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
432 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Access.html" title="class in com.rabbitmq.client">AMQP.Access</A></B></TD> |
---|
433 | <TD> </TD> |
---|
434 | </TR> |
---|
435 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
436 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Access.Request.Builder.html" title="class in com.rabbitmq.client">AMQP.Access.Request.Builder</A></B></TD> |
---|
437 | <TD> </TD> |
---|
438 | </TR> |
---|
439 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
440 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Access.RequestOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Access.RequestOk.Builder</A></B></TD> |
---|
441 | <TD> </TD> |
---|
442 | </TR> |
---|
443 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
444 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.html" title="class in com.rabbitmq.client">AMQP.Basic</A></B></TD> |
---|
445 | <TD> </TD> |
---|
446 | </TR> |
---|
447 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
448 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Ack.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Ack.Builder</A></B></TD> |
---|
449 | <TD> </TD> |
---|
450 | </TR> |
---|
451 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
452 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Cancel.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Cancel.Builder</A></B></TD> |
---|
453 | <TD> </TD> |
---|
454 | </TR> |
---|
455 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
456 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.CancelOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.CancelOk.Builder</A></B></TD> |
---|
457 | <TD> </TD> |
---|
458 | </TR> |
---|
459 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
460 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Consume.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Consume.Builder</A></B></TD> |
---|
461 | <TD> </TD> |
---|
462 | </TR> |
---|
463 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
464 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.ConsumeOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.ConsumeOk.Builder</A></B></TD> |
---|
465 | <TD> </TD> |
---|
466 | </TR> |
---|
467 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
468 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Deliver.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Deliver.Builder</A></B></TD> |
---|
469 | <TD> </TD> |
---|
470 | </TR> |
---|
471 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
472 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Get.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Get.Builder</A></B></TD> |
---|
473 | <TD> </TD> |
---|
474 | </TR> |
---|
475 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
476 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.GetEmpty.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.GetEmpty.Builder</A></B></TD> |
---|
477 | <TD> </TD> |
---|
478 | </TR> |
---|
479 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
480 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.GetOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.GetOk.Builder</A></B></TD> |
---|
481 | <TD> </TD> |
---|
482 | </TR> |
---|
483 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
484 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Nack.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Nack.Builder</A></B></TD> |
---|
485 | <TD> </TD> |
---|
486 | </TR> |
---|
487 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
488 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Publish.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Publish.Builder</A></B></TD> |
---|
489 | <TD> </TD> |
---|
490 | </TR> |
---|
491 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
492 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Qos.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Qos.Builder</A></B></TD> |
---|
493 | <TD> </TD> |
---|
494 | </TR> |
---|
495 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
496 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.QosOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.QosOk.Builder</A></B></TD> |
---|
497 | <TD> </TD> |
---|
498 | </TR> |
---|
499 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
500 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Recover.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Recover.Builder</A></B></TD> |
---|
501 | <TD> </TD> |
---|
502 | </TR> |
---|
503 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
504 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.RecoverAsync.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.RecoverAsync.Builder</A></B></TD> |
---|
505 | <TD> </TD> |
---|
506 | </TR> |
---|
507 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
508 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.RecoverOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.RecoverOk.Builder</A></B></TD> |
---|
509 | <TD> </TD> |
---|
510 | </TR> |
---|
511 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
512 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Reject.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Reject.Builder</A></B></TD> |
---|
513 | <TD> </TD> |
---|
514 | </TR> |
---|
515 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
516 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Basic.Return.Builder.html" title="class in com.rabbitmq.client">AMQP.Basic.Return.Builder</A></B></TD> |
---|
517 | <TD> </TD> |
---|
518 | </TR> |
---|
519 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
520 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.BasicProperties.html" title="class in com.rabbitmq.client">AMQP.BasicProperties</A></B></TD> |
---|
521 | <TD> </TD> |
---|
522 | </TR> |
---|
523 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
524 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.BasicProperties.Builder.html" title="class in com.rabbitmq.client">AMQP.BasicProperties.Builder</A></B></TD> |
---|
525 | <TD> </TD> |
---|
526 | </TR> |
---|
527 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
528 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.html" title="class in com.rabbitmq.client">AMQP.Channel</A></B></TD> |
---|
529 | <TD> </TD> |
---|
530 | </TR> |
---|
531 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
532 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.Close.Builder.html" title="class in com.rabbitmq.client">AMQP.Channel.Close.Builder</A></B></TD> |
---|
533 | <TD> </TD> |
---|
534 | </TR> |
---|
535 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
536 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.CloseOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Channel.CloseOk.Builder</A></B></TD> |
---|
537 | <TD> </TD> |
---|
538 | </TR> |
---|
539 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
540 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.Flow.Builder.html" title="class in com.rabbitmq.client">AMQP.Channel.Flow.Builder</A></B></TD> |
---|
541 | <TD> </TD> |
---|
542 | </TR> |
---|
543 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
544 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.FlowOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Channel.FlowOk.Builder</A></B></TD> |
---|
545 | <TD> </TD> |
---|
546 | </TR> |
---|
547 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
548 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.Open.Builder.html" title="class in com.rabbitmq.client">AMQP.Channel.Open.Builder</A></B></TD> |
---|
549 | <TD> </TD> |
---|
550 | </TR> |
---|
551 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
552 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Channel.OpenOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Channel.OpenOk.Builder</A></B></TD> |
---|
553 | <TD> </TD> |
---|
554 | </TR> |
---|
555 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
556 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Confirm.html" title="class in com.rabbitmq.client">AMQP.Confirm</A></B></TD> |
---|
557 | <TD> </TD> |
---|
558 | </TR> |
---|
559 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
560 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Confirm.Select.Builder.html" title="class in com.rabbitmq.client">AMQP.Confirm.Select.Builder</A></B></TD> |
---|
561 | <TD> </TD> |
---|
562 | </TR> |
---|
563 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
564 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Confirm.SelectOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Confirm.SelectOk.Builder</A></B></TD> |
---|
565 | <TD> </TD> |
---|
566 | </TR> |
---|
567 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
568 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.html" title="class in com.rabbitmq.client">AMQP.Connection</A></B></TD> |
---|
569 | <TD> </TD> |
---|
570 | </TR> |
---|
571 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
572 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Close.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.Close.Builder</A></B></TD> |
---|
573 | <TD> </TD> |
---|
574 | </TR> |
---|
575 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
576 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.CloseOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.CloseOk.Builder</A></B></TD> |
---|
577 | <TD> </TD> |
---|
578 | </TR> |
---|
579 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
580 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Open.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.Open.Builder</A></B></TD> |
---|
581 | <TD> </TD> |
---|
582 | </TR> |
---|
583 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
584 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.OpenOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.OpenOk.Builder</A></B></TD> |
---|
585 | <TD> </TD> |
---|
586 | </TR> |
---|
587 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
588 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Secure.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.Secure.Builder</A></B></TD> |
---|
589 | <TD> </TD> |
---|
590 | </TR> |
---|
591 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
592 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.SecureOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.SecureOk.Builder</A></B></TD> |
---|
593 | <TD> </TD> |
---|
594 | </TR> |
---|
595 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
596 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Start.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.Start.Builder</A></B></TD> |
---|
597 | <TD> </TD> |
---|
598 | </TR> |
---|
599 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
600 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.StartOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.StartOk.Builder</A></B></TD> |
---|
601 | <TD> </TD> |
---|
602 | </TR> |
---|
603 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
604 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.Tune.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.Tune.Builder</A></B></TD> |
---|
605 | <TD> </TD> |
---|
606 | </TR> |
---|
607 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
608 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Connection.TuneOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Connection.TuneOk.Builder</A></B></TD> |
---|
609 | <TD> </TD> |
---|
610 | </TR> |
---|
611 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
612 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.html" title="class in com.rabbitmq.client">AMQP.Exchange</A></B></TD> |
---|
613 | <TD> </TD> |
---|
614 | </TR> |
---|
615 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
616 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Bind.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.Bind.Builder</A></B></TD> |
---|
617 | <TD> </TD> |
---|
618 | </TR> |
---|
619 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
620 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.BindOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.BindOk.Builder</A></B></TD> |
---|
621 | <TD> </TD> |
---|
622 | </TR> |
---|
623 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
624 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Declare.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.Declare.Builder</A></B></TD> |
---|
625 | <TD> </TD> |
---|
626 | </TR> |
---|
627 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
628 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.DeclareOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.DeclareOk.Builder</A></B></TD> |
---|
629 | <TD> </TD> |
---|
630 | </TR> |
---|
631 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
632 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Delete.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.Delete.Builder</A></B></TD> |
---|
633 | <TD> </TD> |
---|
634 | </TR> |
---|
635 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
636 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.DeleteOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.DeleteOk.Builder</A></B></TD> |
---|
637 | <TD> </TD> |
---|
638 | </TR> |
---|
639 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
640 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.Unbind.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.Unbind.Builder</A></B></TD> |
---|
641 | <TD> </TD> |
---|
642 | </TR> |
---|
643 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
644 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Exchange.UnbindOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Exchange.UnbindOk.Builder</A></B></TD> |
---|
645 | <TD> </TD> |
---|
646 | </TR> |
---|
647 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
648 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.PROTOCOL.html" title="class in com.rabbitmq.client">AMQP.PROTOCOL</A></B></TD> |
---|
649 | <TD> </TD> |
---|
650 | </TR> |
---|
651 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
652 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.html" title="class in com.rabbitmq.client">AMQP.Queue</A></B></TD> |
---|
653 | <TD> </TD> |
---|
654 | </TR> |
---|
655 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
656 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Bind.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.Bind.Builder</A></B></TD> |
---|
657 | <TD> </TD> |
---|
658 | </TR> |
---|
659 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
660 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.BindOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.BindOk.Builder</A></B></TD> |
---|
661 | <TD> </TD> |
---|
662 | </TR> |
---|
663 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
664 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Declare.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.Declare.Builder</A></B></TD> |
---|
665 | <TD> </TD> |
---|
666 | </TR> |
---|
667 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
668 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.DeclareOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.DeclareOk.Builder</A></B></TD> |
---|
669 | <TD> </TD> |
---|
670 | </TR> |
---|
671 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
672 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Delete.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.Delete.Builder</A></B></TD> |
---|
673 | <TD> </TD> |
---|
674 | </TR> |
---|
675 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
676 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.DeleteOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.DeleteOk.Builder</A></B></TD> |
---|
677 | <TD> </TD> |
---|
678 | </TR> |
---|
679 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
680 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Purge.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.Purge.Builder</A></B></TD> |
---|
681 | <TD> </TD> |
---|
682 | </TR> |
---|
683 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
684 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.PurgeOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.PurgeOk.Builder</A></B></TD> |
---|
685 | <TD> </TD> |
---|
686 | </TR> |
---|
687 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
688 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.Unbind.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.Unbind.Builder</A></B></TD> |
---|
689 | <TD> </TD> |
---|
690 | </TR> |
---|
691 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
692 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Queue.UnbindOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Queue.UnbindOk.Builder</A></B></TD> |
---|
693 | <TD> </TD> |
---|
694 | </TR> |
---|
695 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
696 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.html" title="class in com.rabbitmq.client">AMQP.Tx</A></B></TD> |
---|
697 | <TD> </TD> |
---|
698 | </TR> |
---|
699 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
700 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.Commit.Builder.html" title="class in com.rabbitmq.client">AMQP.Tx.Commit.Builder</A></B></TD> |
---|
701 | <TD> </TD> |
---|
702 | </TR> |
---|
703 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
704 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.CommitOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Tx.CommitOk.Builder</A></B></TD> |
---|
705 | <TD> </TD> |
---|
706 | </TR> |
---|
707 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
708 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.Rollback.Builder.html" title="class in com.rabbitmq.client">AMQP.Tx.Rollback.Builder</A></B></TD> |
---|
709 | <TD> </TD> |
---|
710 | </TR> |
---|
711 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
712 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.RollbackOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Tx.RollbackOk.Builder</A></B></TD> |
---|
713 | <TD> </TD> |
---|
714 | </TR> |
---|
715 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
716 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.Select.Builder.html" title="class in com.rabbitmq.client">AMQP.Tx.Select.Builder</A></B></TD> |
---|
717 | <TD> </TD> |
---|
718 | </TR> |
---|
719 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
720 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AMQP.Tx.SelectOk.Builder.html" title="class in com.rabbitmq.client">AMQP.Tx.SelectOk.Builder</A></B></TD> |
---|
721 | <TD> </TD> |
---|
722 | </TR> |
---|
723 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
724 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ConnectionFactory.html" title="class in com.rabbitmq.client">ConnectionFactory</A></B></TD> |
---|
725 | <TD>Convenience "factory" class to facilitate opening a <A HREF="../../../com/rabbitmq/client/Connection.html" title="interface in com.rabbitmq.client"><CODE>Connection</CODE></A> to an AMQP broker.</TD> |
---|
726 | </TR> |
---|
727 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
728 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/DefaultConsumer.html" title="class in com.rabbitmq.client">DefaultConsumer</A></B></TD> |
---|
729 | <TD>Convenience class providing a default implementation of <A HREF="../../../com/rabbitmq/client/Consumer.html" title="interface in com.rabbitmq.client"><CODE>Consumer</CODE></A>.</TD> |
---|
730 | </TR> |
---|
731 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
732 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/DefaultSaslConfig.html" title="class in com.rabbitmq.client">DefaultSaslConfig</A></B></TD> |
---|
733 | <TD>Default SASL configuration.</TD> |
---|
734 | </TR> |
---|
735 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
736 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/Envelope.html" title="class in com.rabbitmq.client">Envelope</A></B></TD> |
---|
737 | <TD>Encapsulates a group of parameters used for AMQP's Basic methods</TD> |
---|
738 | </TR> |
---|
739 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
740 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/GetResponse.html" title="class in com.rabbitmq.client">GetResponse</A></B></TD> |
---|
741 | <TD>Encapsulates the response from a <A HREF="../../../com/rabbitmq/client/Channel.html#basicGet(java.lang.String, boolean)"><CODE>Channel.basicGet(java.lang.String, boolean)</CODE></A> message-retrieval method call |
---|
742 | - essentially a static bean "holder" with message response data.</TD> |
---|
743 | </TR> |
---|
744 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
745 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/JDKSaslConfig.html" title="class in com.rabbitmq.client">JDKSaslConfig</A></B></TD> |
---|
746 | <TD>Implementation of SaslConfig that uses the JDK SASL implementation.</TD> |
---|
747 | </TR> |
---|
748 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
749 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/MapRpcServer.html" title="class in com.rabbitmq.client">MapRpcServer</A></B></TD> |
---|
750 | <TD>Subclass of RpcServer which uses AMQP wire-format encoded tables as |
---|
751 | requests and replies.</TD> |
---|
752 | </TR> |
---|
753 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
754 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/MessageProperties.html" title="class in com.rabbitmq.client">MessageProperties</A></B></TD> |
---|
755 | <TD>Constant holder class with useful static instances of <A HREF="../../../com/rabbitmq/client/impl/AMQContentHeader.html" title="class in com.rabbitmq.client.impl"><CODE>AMQContentHeader</CODE></A>.</TD> |
---|
756 | </TR> |
---|
757 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
758 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/NullTrustManager.html" title="class in com.rabbitmq.client">NullTrustManager</A></B></TD> |
---|
759 | <TD>Convenience class providing a default implementation of javax.net.ssl.X509TrustManager.</TD> |
---|
760 | </TR> |
---|
761 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
762 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/QueueingConsumer.html" title="class in com.rabbitmq.client">QueueingConsumer</A></B></TD> |
---|
763 | <TD>Convenience class: an implementation of <A HREF="../../../com/rabbitmq/client/Consumer.html" title="interface in com.rabbitmq.client"><CODE>Consumer</CODE></A> with |
---|
764 | straightforward blocking semantics.</TD> |
---|
765 | </TR> |
---|
766 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
767 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/QueueingConsumer.Delivery.html" title="class in com.rabbitmq.client">QueueingConsumer.Delivery</A></B></TD> |
---|
768 | <TD>Encapsulates an arbitrary message - simple "bean" holder structure.</TD> |
---|
769 | </TR> |
---|
770 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
771 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/RpcClient.html" title="class in com.rabbitmq.client">RpcClient</A></B></TD> |
---|
772 | <TD>Convenience class which manages a temporary reply queue for simple RPC-style communication.</TD> |
---|
773 | </TR> |
---|
774 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
775 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/RpcServer.html" title="class in com.rabbitmq.client">RpcServer</A></B></TD> |
---|
776 | <TD>Class which manages a request queue for a simple RPC-style service.</TD> |
---|
777 | </TR> |
---|
778 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
779 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/StringRpcServer.html" title="class in com.rabbitmq.client">StringRpcServer</A></B></TD> |
---|
780 | <TD>Subclass of RpcServer which accepts UTF-8 string requests.</TD> |
---|
781 | </TR> |
---|
782 | </TABLE> |
---|
783 | |
---|
784 | |
---|
785 | <P> |
---|
786 | |
---|
787 | <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
---|
788 | <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
---|
789 | <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> |
---|
790 | <B>Exception Summary</B></FONT></TH> |
---|
791 | </TR> |
---|
792 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
793 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/AlreadyClosedException.html" title="class in com.rabbitmq.client">AlreadyClosedException</A></B></TD> |
---|
794 | <TD>Thrown when application tries to perform an action on connection/channel |
---|
795 | which was already closed</TD> |
---|
796 | </TR> |
---|
797 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
798 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ConsumerCancelledException.html" title="class in com.rabbitmq.client">ConsumerCancelledException</A></B></TD> |
---|
799 | <TD> </TD> |
---|
800 | </TR> |
---|
801 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
802 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/MalformedFrameException.html" title="class in com.rabbitmq.client">MalformedFrameException</A></B></TD> |
---|
803 | <TD>Encapsulates a frame format error at the wire level.</TD> |
---|
804 | </TR> |
---|
805 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
806 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/MissedHeartbeatException.html" title="class in com.rabbitmq.client">MissedHeartbeatException</A></B></TD> |
---|
807 | <TD>Encapsulates an exception indicating that the connection has missed too many heartbeats |
---|
808 | and is being shut down.</TD> |
---|
809 | </TR> |
---|
810 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
811 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/PossibleAuthenticationFailureException.html" title="class in com.rabbitmq.client">PossibleAuthenticationFailureException</A></B></TD> |
---|
812 | <TD>Thrown when the likely cause is an authentication failure.</TD> |
---|
813 | </TR> |
---|
814 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
815 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ProtocolVersionMismatchException.html" title="class in com.rabbitmq.client">ProtocolVersionMismatchException</A></B></TD> |
---|
816 | <TD>Thrown to indicate that the server does not support the wire protocol version |
---|
817 | we requested immediately after opening the TCP socket.</TD> |
---|
818 | </TR> |
---|
819 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
820 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/ShutdownSignalException.html" title="class in com.rabbitmq.client">ShutdownSignalException</A></B></TD> |
---|
821 | <TD>Encapsulates a shutdown condition for a connection to an AMQP broker.</TD> |
---|
822 | </TR> |
---|
823 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
824 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/UnknownClassOrMethodId.html" title="class in com.rabbitmq.client">UnknownClassOrMethodId</A></B></TD> |
---|
825 | <TD>Thrown when the protocol handlers detect an unknown class number or |
---|
826 | method number.</TD> |
---|
827 | </TR> |
---|
828 | </TABLE> |
---|
829 | |
---|
830 | |
---|
831 | <P> |
---|
832 | |
---|
833 | <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
---|
834 | <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
---|
835 | <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> |
---|
836 | <B>Error Summary</B></FONT></TH> |
---|
837 | </TR> |
---|
838 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
839 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/UnexpectedFrameError.html" title="class in com.rabbitmq.client">UnexpectedFrameError</A></B></TD> |
---|
840 | <TD>Thrown when the command parser hits an unexpected frame type.</TD> |
---|
841 | </TR> |
---|
842 | <TR BGCOLOR="white" CLASS="TableRowColor"> |
---|
843 | <TD WIDTH="15%"><B><A HREF="../../../com/rabbitmq/client/UnexpectedMethodError.html" title="class in com.rabbitmq.client">UnexpectedMethodError</A></B></TD> |
---|
844 | <TD>Indicates that a <A HREF="../../../com/rabbitmq/client/Method.html" title="interface in com.rabbitmq.client"><CODE>Method</CODE></A> object was supplied that was not |
---|
845 | expected.</TD> |
---|
846 | </TR> |
---|
847 | </TABLE> |
---|
848 | |
---|
849 | |
---|
850 | <P> |
---|
851 | <A NAME="package_description"><!-- --></A><H2> |
---|
852 | Package com.rabbitmq.client Description |
---|
853 | </H2> |
---|
854 | |
---|
855 | <P> |
---|
856 | The client API proper: classes and interfaces representing the AMQP |
---|
857 | connections, channels, and wire-protocol framing descriptors. |
---|
858 | <P> |
---|
859 | |
---|
860 | <P> |
---|
861 | <DL> |
---|
862 | </DL> |
---|
863 | <HR> |
---|
864 | |
---|
865 | |
---|
866 | <!-- ======= START OF BOTTOM NAVBAR ====== --> |
---|
867 | <A NAME="navbar_bottom"><!-- --></A> |
---|
868 | <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> |
---|
869 | <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> |
---|
870 | <TR> |
---|
871 | <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> |
---|
872 | <A NAME="navbar_bottom_firstrow"><!-- --></A> |
---|
873 | <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> |
---|
874 | <TR ALIGN="center" VALIGN="top"> |
---|
875 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
---|
876 | <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> |
---|
877 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
---|
878 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
---|
879 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
---|
880 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> |
---|
881 | <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
---|
882 | </TR> |
---|
883 | </TABLE> |
---|
884 | </TD> |
---|
885 | <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
---|
886 | </EM> |
---|
887 | </TD> |
---|
888 | </TR> |
---|
889 | |
---|
890 | <TR> |
---|
891 | <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
---|
892 | PREV PACKAGE |
---|
893 | <A HREF="../../../com/rabbitmq/client/impl/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> |
---|
894 | <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
---|
895 | <A HREF="../../../index.html?com/rabbitmq/client/package-summary.html" target="_top"><B>FRAMES</B></A> |
---|
896 | <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> |
---|
897 | <SCRIPT type="text/javascript"> |
---|
898 | <!-- |
---|
899 | if(window==top) { |
---|
900 | document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); |
---|
901 | } |
---|
902 | //--> |
---|
903 | </SCRIPT> |
---|
904 | <NOSCRIPT> |
---|
905 | <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> |
---|
906 | </NOSCRIPT> |
---|
907 | |
---|
908 | |
---|
909 | </FONT></TD> |
---|
910 | </TR> |
---|
911 | </TABLE> |
---|
912 | <A NAME="skip-navbar_bottom"></A> |
---|
913 | <!-- ======== END OF BOTTOM NAVBAR ======= --> |
---|
914 | |
---|
915 | <HR> |
---|
916 | |
---|
917 | </BODY> |
---|
918 | </HTML> |
---|