Uses of Class
net.rubyeye.xmemcached.utils.InetSocketAddressWrapper
Packages that use InetSocketAddressWrapper
Package
Description
XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.
Manage tcp connection,memcached protocol optimized,and some MBeans for monitor.
Networking layout to talk with memcached.
-
Uses of InetSocketAddressWrapper in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached with parameters of type InetSocketAddressWrapperModifier and TypeMethodDescriptionprotected voidXMemcachedClient.connect(InetSocketAddressWrapper inetSocketAddressWrapper) -
Uses of InetSocketAddressWrapper in net.rubyeye.xmemcached.impl
Fields in net.rubyeye.xmemcached.impl declared as InetSocketAddressWrapperModifier and TypeFieldDescriptionprivate InetSocketAddressWrapperClosedMemcachedTCPSession.inetSocketAddressWrapperprivate final InetSocketAddressWrapperConnectFuture.inetSocketAddressWrapperprivate InetSocketAddressWrapperMemcachedTCPSession.inetSocketAddressWrapperprivate InetSocketAddressWrapperReconnectRequest.inetSocketAddressWrapperMethods in net.rubyeye.xmemcached.impl that return InetSocketAddressWrapperModifier and TypeMethodDescriptionClosedMemcachedTCPSession.getInetSocketAddressWrapper()ConnectFuture.getInetSocketAddressWrapper()MemcachedTCPSession.getInetSocketAddressWrapper()final InetSocketAddressWrapperReconnectRequest.getInetSocketAddressWrapper()Returns a reconnect socket address wrapperMethods in net.rubyeye.xmemcached.impl with parameters of type InetSocketAddressWrapperModifier and TypeMethodDescriptionprivate voidMemcachedConnector.addMainSession(Session session, InetSocketAddress lastReolvedAddr, InetSocketAddressWrapper addrWrapper) private voidMemcachedConnector.addStandbySession(Session session, InetSocketAddress mainNodeAddress, InetSocketAddress lastResolvedMainAddr, InetSocketAddressWrapper addrWrapper) MemcachedConnector.connect(InetSocketAddressWrapper addressWrapper) protected MemcachedTCPSessionMemcachedConnector.createSession(SocketChannel socketChannel, InetSocketAddressWrapper wrapper) voidMemcachedTCPSession.setInetSocketAddressWrapper(InetSocketAddressWrapper inetSocketAddressWrapper) final voidReconnectRequest.setInetSocketAddressWrapper(InetSocketAddressWrapper inetSocketAddressWrapper) Constructors in net.rubyeye.xmemcached.impl with parameters of type InetSocketAddressWrapperModifierConstructorDescriptionClosedMemcachedTCPSession(InetSocketAddressWrapper inetSocketAddressWrapper) ConnectFuture(InetSocketAddressWrapper inetSocketAddressWrapper) ReconnectRequest(InetSocketAddressWrapper inetSocketAddressWrapper, int tries, long reconnectInterval) -
Uses of InetSocketAddressWrapper in net.rubyeye.xmemcached.networking
Methods in net.rubyeye.xmemcached.networking that return InetSocketAddressWrapperMethods in net.rubyeye.xmemcached.networking with parameters of type InetSocketAddressWrapper