Class: Glacier2::SSLSessionManagerPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- Glacier2::SSLSessionManagerPrx
- Includes:
- SSLSessionManagerPrx_mixin
- Defined in:
- lib/Glacier2/Session.rb
Constant Summary collapse
- ICE_TYPE =
T_SSLSessionManagerPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from SSLSessionManagerPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
446 447 448 |
# File 'lib/Glacier2/Session.rb', line 446 def SSLSessionManagerPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::Glacier2::SSLSessionManager', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
453 454 455 |
# File 'lib/Glacier2/Session.rb', line 453 def SSLSessionManagerPrx.ice_staticId() '::Glacier2::SSLSessionManager' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
450 451 452 |
# File 'lib/Glacier2/Session.rb', line 450 def SSLSessionManagerPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |