Norman Maurer
|
fd3f923b52
|
Allow to specify the used buffer type for ChannelInboundByteBufHandler and ChannelOutboundByteBufHandler by configuration. As default it tries to use a direct ByteBuf
|
2013-03-08 08:20:46 +01:00 |
|
Trustin Lee
|
f67441354a
|
Move logging classes from internal to internal.logging
.. because internal is crowded
|
2013-02-26 14:54:25 -08:00 |
|
Trustin Lee
|
b4f4b95739
|
Move io.netty.logging to io.netty.internal / Move Signal out of internal because we use it in Channel*MessageAdapters
|
2013-02-11 20:08:18 +09:00 |
|
Trustin Lee
|
4aacf50758
|
Prettify APIviz diagrams / Remove an empty package
|
2013-02-11 18:33:15 +09:00 |
|
Trustin Lee
|
bf0bfe9a69
|
Fix inspector warnings
|
2013-02-11 16:52:43 +09:00 |
|
Trustin Lee
|
0e341c9d72
|
Fix covariant return types in ChannelConfig interfaces for method chaining
- Does it really worth doing this? I'm tempted to remove support for method chaining for ChannelConfig.
|
2013-02-11 15:08:51 +09:00 |
|
Trustin Lee
|
b9996908b1
|
Implement reference counting
- Related: #1029
- Replace Freeable with ReferenceCounted
- Add AbstractReferenceCounted
- Add AbstractReferenceCountedByteBuf
- Add AbstractDerivedByteBuf
- Add EmptyByteBuf
|
2013-02-10 13:10:09 +09:00 |
|
Norman Maurer
|
5b81e1692d
|
Move non socket specific stuff out of the socket package, part 2
|
2013-02-01 10:32:27 +01:00 |
|
Trustin Lee
|
604b359d9e
|
Use InetSocketAddress(0) if no localAddress is specified for connect() operation in UDT
|
2013-01-31 10:22:03 +09:00 |
|
Andrei Pozolotin
|
82f876f7db
|
[#999] Refactor UDT transport to make use of the ServerChannel interface
|
2013-01-30 21:17:23 +01:00 |
|
Trustin Lee
|
b1b0319bbe
|
Fix build errors and warnings
|
2013-01-30 21:47:34 +09:00 |
|
Trustin Lee
|
03de5f479a
|
Fix build errors
|
2013-01-30 21:43:37 +09:00 |
|
Norman Maurer
|
57e504a7e6
|
Add javadocs to the *ChannelConfig interfaces to make clear which ChannelOptions implementations are expect to support
|
2013-01-20 08:10:15 +01:00 |
|
Norman Maurer
|
737a350854
|
Fix checkstyle
|
2013-01-17 09:30:57 +01:00 |
|
Trustin Lee
|
f568aa42f0
|
Hide the constructors of ChannelOption to force using dedicated option type
|
2013-01-17 14:14:41 +09:00 |
|
Norman Maurer
|
895bce6cd5
|
[#917] Move transport depending ChannelOption to the specific transport to make it consistent
|
2013-01-16 08:04:09 +01:00 |
|
Norman Maurer
|
201df99ee0
|
Rename from io.netty.transport.* to io.netty.channel.*
|
2013-01-14 21:34:58 +01:00 |
|
Trustin Lee
|
eb337ff5a7
|
Fix various inspection warnings
|
2013-01-10 15:23:58 +09:00 |
|
Trustin Lee
|
3c9d912355
|
Use InetSocketAddress wherever possible / Tighten the return type of Channel.parent()
|
2013-01-10 14:17:54 +09:00 |
|
Andrei.Pozolotin
|
20aa2e1968
|
[#844] [#867] Add UDT transport
|
2013-01-07 21:06:22 +01:00 |
|