📄 communicationmanager.html
字号:
<A NAME="is"><!-- --></A><H3>
is</H3>
<PRE>
java.io.InputStream <B>is</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="midlet"><!-- --></A><H3>
midlet</H3>
<PRE>
<A HREF="../../jmc/MidletEventListener.html" title="class in jmc">MidletEventListener</A> <B>midlet</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="os"><!-- --></A><H3>
os</H3>
<PRE>
java.io.OutputStream <B>os</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="readerThread"><!-- --></A><H3>
readerThread</H3>
<PRE>
<A HREF="../../threads/CharacterReaderThread.html" title="class in threads">CharacterReaderThread</A> <B>readerThread</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="stanzaReader"><!-- --></A><H3>
stanzaReader</H3>
<PRE>
<A HREF="../../jmc/StanzaReader.html" title="class in jmc">StanzaReader</A> <B>stanzaReader</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="type_of_connection"><!-- --></A><H3>
type_of_connection</H3>
<PRE>
int <B>type_of_connection</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="writerThread"><!-- --></A><H3>
writerThread</H3>
<PRE>
<A HREF="../../threads/WriterThread.html" title="class in threads">WriterThread</A> <B>writerThread</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="CommunicationManager(jmc.MidletEventListener)"><!-- --></A><H3>
CommunicationManager</H3>
<PRE>
public <B>CommunicationManager</B>(<A HREF="../../jmc/MidletEventListener.html" title="class in jmc">MidletEventListener</A> _midlet)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="blank()"><!-- --></A><H3>
blank</H3>
<PRE>
public void <B>blank</B>()</PRE>
<DL>
<DD>Sends out a keep alive space character.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../xmlstreamparser/ParserListener.html#blank()">blank</A></CODE> in interface <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="connect(int)"><!-- --></A><H3>
connect</H3>
<PRE>
public void <B>connect</B>(int state)</PRE>
<DL>
<DD>Makes connection Modified by Gabriele Bianchi 04/01/2006
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="disconnect()"><!-- --></A><H3>
disconnect</H3>
<PRE>
public void <B>disconnect</B>()</PRE>
<DL>
<DD>Disconnect
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="nodeEnd(xmlstreamparser.Node)"><!-- --></A><H3>
nodeEnd</H3>
<PRE>
public void <B>nodeEnd</B>(<A HREF="../../xmlstreamparser/Node.html" title="class in xmlstreamparser">Node</A> _node)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></B></DD>
<DD>Called whenever the parser finishes a node. Node's name and attributes (with values) are mapped, in addition to text and children nodes.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../xmlstreamparser/ParserListener.html#nodeEnd(xmlstreamparser.Node)">nodeEnd</A></CODE> in interface <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>_node</CODE> - Contains all infos about the ending node.</DL>
</DD>
</DL>
<HR>
<A NAME="nodeStart(xmlstreamparser.Node)"><!-- --></A><H3>
nodeStart</H3>
<PRE>
public void <B>nodeStart</B>(<A HREF="../../xmlstreamparser/Node.html" title="class in xmlstreamparser">Node</A> _node)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></B></DD>
<DD>Called when the parser starts a new node <node>...</node>, except for nodes like <node/> which only call the nodeEnd method. Node's name and attributes (with values) are mapped, contrary to text and children nodes (reported later with the nodeEnd method).
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../xmlstreamparser/ParserListener.html#nodeStart(xmlstreamparser.Node)">nodeStart</A></CODE> in interface <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>_node</CODE> - Contains some infos about the starting node.</DL>
</DD>
</DL>
<HR>
<A NAME="notifyConnect(StreamConnection, java.io.InputStream, java.io.OutputStream)"><!-- --></A><H3>
notifyConnect</H3>
<PRE>
public void <B>notifyConnect</B>(StreamConnection _inConn, java.io.InputStream _is, java.io.OutputStream _os)</PRE>
<DL>
<DD>Notifies connection to midlet Modified by Gabriele Bianchi 05/01/2006
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notifyNoConnectionOn(java.lang.String)"><!-- --></A><H3>
notifyNoConnectionOn</H3>
<PRE>
public void <B>notifyNoConnectionOn</B>(java.lang.String reason)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="prologEnd(xmlstreamparser.Node)"><!-- --></A><H3>
prologEnd</H3>
<PRE>
public void <B>prologEnd</B>(<A HREF="../../xmlstreamparser/Node.html" title="class in xmlstreamparser">Node</A> _node)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></B></DD>
<DD>Called when the xml prolog has been read. The prolog is the <?xml version='1.0'?> like string. Node's name and attributes (with values) are mapped.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../xmlstreamparser/ParserListener.html#prologEnd(xmlstreamparser.Node)">prologEnd</A></CODE> in interface <CODE><A HREF="../../xmlstreamparser/ParserListener.html" title="interface in xmlstreamparser">ParserListener</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>_node</CODE> - Contains all infos about the prolog.</DL>
</DD>
</DL>
<HR>
<A NAME="reportException(java.lang.Exception)"><!-- --></A><H3>
reportException</H3>
<PRE>
public void <B>reportException</B>(java.lang.Exception _e)</PRE>
<DL>
<DD>Exceptions handling Modified by Gabriele Bianchi 05/01/2006
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../util/ExceptionListener.html#reportException(java.lang.Exception)">reportException</A></CODE> in interface <CODE><A HREF="../../util/ExceptionListener.html" title="interface in util">ExceptionListener</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="reportException(java.lang.Thread, java.lang.Exception)"><!-- --></A><H3>
reportException</H3>
<PRE>
public void <B>reportException</B>(java.lang.Thread _t, java.lang.Exception _e)</PRE>
<DL>
<DD>Exceptions handling
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../util/ExceptionListener.html#reportException(java.lang.Thread, java.lang.Exception)">reportException</A></CODE> in interface <CODE><A HREF="../../util/ExceptionListener.html" title="interface in util">ExceptionListener</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="reportRegistrationError(java.lang.Exception, boolean)"><!-- --></A><H3>
reportRegistrationError</H3>
<PRE>
public void <B>reportRegistrationError</B>(java.lang.Exception _e, boolean disconnect)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../util/ExceptionListener.html#reportRegistrationError(java.lang.Exception, boolean)">reportRegistrationError</A></CODE> in interface <CODE><A HREF="../../util/ExceptionListener.html" title="interface in util">ExceptionListener</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="terminateStream()"><!-- --></A><H3>
terminateStream</H3>
<PRE>
public void <B>terminateStream</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
<A HREF="../../jmc/connection/meConnector.html" title="class in jmc.connection"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="CommunicationManager.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -