Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need some handler or listener to indicate the state change #8

Closed
He-Pin opened this issue Dec 21, 2012 · 3 comments
Closed

need some handler or listener to indicate the state change #8

He-Pin opened this issue Dec 21, 2012 · 3 comments
Labels

Comments

@He-Pin
Copy link

He-Pin commented Dec 21, 2012

as i use the library
i found that i can hardly monitor the channel connection state
so i was wondering can you provide some listener ,as netty,to monitor the connection state change

@carrot-garden
Copy link
Contributor

we are trying to replicate standard jdk api, such as
http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html
http://docs.oracle.com/javase/6/docs/api/java/nio/channels/SocketChannel.html
http://docs.oracle.com/javase/6/docs/api/java/nio/channels/spi/SelectorProvider.html
and there are no listeners there

when we finish integration with netty
netty/netty#844

you will get all of the life cycle events from netty pipeline; is this ok for you?

@He-Pin
Copy link
Author

He-Pin commented Dec 24, 2012

okay,everything is OK now,i just use this library implement an file sending wrapper,i will try more before i can help this project.

the full life cycle monitor is needed ,and i still not that cleaner can i use the monitor in this library?!
the UDT monitor,

@carrot-garden
Copy link
Contributor

carrot-garden pushed a commit that referenced this issue Jan 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant