C# Class Enyim.Caching.Memcached.Protocol.Binary.BinaryPool

Server sockIOPool implementing the binary protocol.
Inheritance: DefaultServerPool
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
BinaryPool ( IMemcachedClientConfiguration configuration ) : System

Protected Methods

Method Description
CreateNode ( IPEndPoint endpoint ) : IMemcachedNode

Private Methods

Method Description
GetProvider ( IMemcachedClientConfiguration configuration ) : ISaslAuthenticationProvider

Method Details

BinaryPool() public method

public BinaryPool ( IMemcachedClientConfiguration configuration ) : System
configuration IMemcachedClientConfiguration
return System

CreateNode() protected method

protected CreateNode ( IPEndPoint endpoint ) : IMemcachedNode
endpoint System.Net.IPEndPoint
return IMemcachedNode