Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f5d32d36b1bb23a0ffa3b5bde2f8e7c2 > files > 170

lib64shibboleth-sp-devel-2.5.3-1.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>shibboleth-2.5.3: shibsp::Remoted Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">shibboleth-2.5.3
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('a00036.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="a00173.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">shibsp::Remoted Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div>  </div>
</div><!--header-->
<div class="contents">

<p>Interface to a remoted service.  
 <a href="a00036.html#details">More...</a></p>

<p><code>#include &lt;shibsp/remoting/ListenerService.h&gt;</code></p>
<div class="dynheader">
Inheritance diagram for shibsp::Remoted:</div>
<div class="dyncontent">
 <div class="center">
  <img src="a00036.png" usemap="#shibsp::Remoted_map" alt=""/>
  <map id="shibsp::Remoted_map" name="shibsp::Remoted_map">
<area href="a00026.html" title="Interface to a remoting engine. " alt="shibsp::ListenerService" shape="rect" coords="0,56,208,80"/>
<area href="a00037.html" title="Base class for handlers that need HTTP request/response layer to be remoted. " alt="shibsp::RemotedHandler" shape="rect" coords="327,56,535,80"/>
<area href="a00051.html" title="Berkeley Socket-based ListenerService implementation. " alt="shibsp::SocketListener" shape="rect" coords="0,112,208,136"/>
<area href="a00006.html" title="Base class for handlers that create sessions by consuming SSO protocol responses. ..." alt="shibsp::AssertionConsumerService" shape="rect" coords="218,112,426,136"/>
<area href="a00029.html" title="Base class for logout-related handlers. " alt="shibsp::LogoutHandler" shape="rect" coords="436,112,644,136"/>
<area href="a00030.html" title="Pluggable runtime functionality that handles initiating logout. " alt="shibsp::LogoutInitiator" shape="rect" coords="436,168,644,192"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a87f430a65ba4474d2708b48007221055"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00036.html#a87f430a65ba4474d2708b48007221055">receive</a> (<a class="el" href="a00017.html">DDF</a> &amp;in, std::ostream &amp;out)=0</td></tr>
<tr class="memdesc:a87f430a65ba4474d2708b48007221055"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="a00036.html" title="Interface to a remoted service. ">Remoted</a> classes implement this method to process incoming messages.  <a href="#a87f430a65ba4474d2708b48007221055">More...</a><br/></td></tr>
<tr class="separator:a87f430a65ba4474d2708b48007221055"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Interface to a remoted service. </p>
<p>Classes that support remoted messages delivered by the Listener runtime support this interface and register themselves with the runtime to receive particular messages. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a87f430a65ba4474d2708b48007221055"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual void shibsp::Remoted::receive </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00017.html">DDF</a> &amp;&#160;</td>
          <td class="paramname"><em>in</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>out</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p><a class="el" href="a00036.html" title="Interface to a remoted service. ">Remoted</a> classes implement this method to process incoming messages. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">in</td><td>incoming <a class="el" href="a00017.html" title="DDF objects are implemented with a handle-body idiom and require explicit destruction in order to all...">DDF</a> message </td></tr>
    <tr><td class="paramname">out</td><td>stream to write outgoing <a class="el" href="a00017.html" title="DDF objects are implemented with a handle-body idiom and require explicit destruction in order to all...">DDF</a> message to </td></tr>
  </table>
  </dd>
</dl>

<p>Implemented in <a class="el" href="a00026.html#a5579aacccca41ebdf3397915edcc0daa">shibsp::ListenerService</a>, <a class="el" href="a00029.html#a0a2eac36542439915f30e9e9bd6dcd62">shibsp::LogoutHandler</a>, and <a class="el" href="a00006.html#ae1e3728a3637f9e05af1bade7faa0209">shibsp::AssertionConsumerService</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>shibsp/remoting/<a class="el" href="a00101.html">ListenerService.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="a00127.html">shibsp</a></li><li class="navelem"><a class="el" href="a00036.html">Remoted</a></li>
    <li class="footer">Generated on Thu Dec 5 2013 22:10:44 for shibboleth-2.5.3 by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
  </ul>
</div>
</body>
</html>