diff --git a/wasync/src/main/java/org/atmosphere/wasync/Client.java b/wasync/src/main/java/org/atmosphere/wasync/Client.java index 6894df2d..c71e4747 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Client.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Client.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/ClientFactory.java b/wasync/src/main/java/org/atmosphere/wasync/ClientFactory.java index fc4b4b4d..7a6a150a 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/ClientFactory.java +++ b/wasync/src/main/java/org/atmosphere/wasync/ClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Decoder.java b/wasync/src/main/java/org/atmosphere/wasync/Decoder.java index 46420957..4d213327 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Decoder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Decoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Encoder.java b/wasync/src/main/java/org/atmosphere/wasync/Encoder.java index 41f81501..c32a8b3f 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Encoder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Encoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Event.java b/wasync/src/main/java/org/atmosphere/wasync/Event.java index a1058741..fbd9ee3d 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Event.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Event.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Function.java b/wasync/src/main/java/org/atmosphere/wasync/Function.java index ba8e4d04..fd7d603a 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Function.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Function.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/FunctionResolver.java b/wasync/src/main/java/org/atmosphere/wasync/FunctionResolver.java index 93575777..b2a14cd9 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/FunctionResolver.java +++ b/wasync/src/main/java/org/atmosphere/wasync/FunctionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/FunctionWrapper.java b/wasync/src/main/java/org/atmosphere/wasync/FunctionWrapper.java index bba3bc8b..bac588db 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/FunctionWrapper.java +++ b/wasync/src/main/java/org/atmosphere/wasync/FunctionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Future.java b/wasync/src/main/java/org/atmosphere/wasync/Future.java index 2d44eaad..0f7152b0 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Future.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Future.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Options.java b/wasync/src/main/java/org/atmosphere/wasync/Options.java index 8551e916..521b3543 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Options.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Options.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/OptionsBuilder.java b/wasync/src/main/java/org/atmosphere/wasync/OptionsBuilder.java index bd6c48f7..2d1ad49e 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/OptionsBuilder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/OptionsBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/ReplayDecoder.java b/wasync/src/main/java/org/atmosphere/wasync/ReplayDecoder.java index d71a683c..84041d84 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/ReplayDecoder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/ReplayDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Request.java b/wasync/src/main/java/org/atmosphere/wasync/Request.java index 438c3741..e0bf3090 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Request.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Request.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/RequestBuilder.java b/wasync/src/main/java/org/atmosphere/wasync/RequestBuilder.java index b679df69..cdc0cb27 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/RequestBuilder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/RequestBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Socket.java b/wasync/src/main/java/org/atmosphere/wasync/Socket.java index b428647f..73392ac7 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Socket.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Socket.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/Transport.java b/wasync/src/main/java/org/atmosphere/wasync/Transport.java index 957c67c4..d8e9df87 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/Transport.java +++ b/wasync/src/main/java/org/atmosphere/wasync/Transport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/decoder/PaddingAndHeartbeatDecoder.java b/wasync/src/main/java/org/atmosphere/wasync/decoder/PaddingAndHeartbeatDecoder.java index d74dc2d9..fd3c9a09 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/decoder/PaddingAndHeartbeatDecoder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/decoder/PaddingAndHeartbeatDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoder.java b/wasync/src/main/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoder.java index ab5ceb7b..98460917 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereClient.java b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereClient.java index 95e60f2c..56df330e 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereClient.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereRequest.java b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereRequest.java index dafbb1c2..fbe730ec 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereRequest.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocket.java b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocket.java index 54eead95..cd66867f 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocket.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocketRuntime.java b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocketRuntime.java index 06035211..de207845 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocketRuntime.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/AtmosphereSocketRuntime.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/ClientUtil.java b/wasync/src/main/java/org/atmosphere/wasync/impl/ClientUtil.java index 87a5c559..72cab65d 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/ClientUtil.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/ClientUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultClient.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultClient.java index 2c2c785d..de2f096b 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultClient.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultFuture.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultFuture.java index d6bd224c..2849b35d 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultFuture.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultFuture.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptions.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptions.java index eea98461..50e944be 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptions.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptionsBuilder.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptionsBuilder.java index 21b5f651..4acc1126 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptionsBuilder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultOptionsBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequest.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequest.java index d468d1a5..aa3f27f3 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequest.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequestBuilder.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequestBuilder.java index 7fd6e09d..d9cf6196 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequestBuilder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultRequestBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultSocket.java b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultSocket.java index 8540fefb..4c57ddd8 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultSocket.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/DefaultSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/impl/SocketRuntime.java b/wasync/src/main/java/org/atmosphere/wasync/impl/SocketRuntime.java index 24a61236..bdfc9cf2 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/impl/SocketRuntime.java +++ b/wasync/src/main/java/org/atmosphere/wasync/impl/SocketRuntime.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/DefaultSerializedFireStage.java b/wasync/src/main/java/org/atmosphere/wasync/serial/DefaultSerializedFireStage.java index 0bb9e5ab..b250066a 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/DefaultSerializedFireStage.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/DefaultSerializedFireStage.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/SerialSocketRuntime.java b/wasync/src/main/java/org/atmosphere/wasync/serial/SerialSocketRuntime.java index b46debf9..e55e40dc 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/SerialSocketRuntime.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/SerialSocketRuntime.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedClient.java b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedClient.java index 56d82131..161cd22a 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedClient.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedFireStage.java b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedFireStage.java index 6ca63b62..3156a03b 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedFireStage.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedFireStage.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptions.java b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptions.java index 92c719df..7b566dee 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptions.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptions.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptionsBuilder.java b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptionsBuilder.java index 26263c56..c3772c7e 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptionsBuilder.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedOptionsBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedSocket.java b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedSocket.java index 859d7b62..9c876223 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedSocket.java +++ b/wasync/src/main/java/org/atmosphere/wasync/serial/SerializedSocket.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/transport/LongPollingTransport.java b/wasync/src/main/java/org/atmosphere/wasync/transport/LongPollingTransport.java index a34de343..9d5b2fa9 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/transport/LongPollingTransport.java +++ b/wasync/src/main/java/org/atmosphere/wasync/transport/LongPollingTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/transport/SSETransport.java b/wasync/src/main/java/org/atmosphere/wasync/transport/SSETransport.java index 61448f62..a6ccd7d9 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/transport/SSETransport.java +++ b/wasync/src/main/java/org/atmosphere/wasync/transport/SSETransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/transport/StreamTransport.java b/wasync/src/main/java/org/atmosphere/wasync/transport/StreamTransport.java index 0305f53a..c1a8ebbd 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/transport/StreamTransport.java +++ b/wasync/src/main/java/org/atmosphere/wasync/transport/StreamTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/transport/TransportNotSupported.java b/wasync/src/main/java/org/atmosphere/wasync/transport/TransportNotSupported.java index 8f89d6e9..1e481515 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/transport/TransportNotSupported.java +++ b/wasync/src/main/java/org/atmosphere/wasync/transport/TransportNotSupported.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/transport/TransportsUtil.java b/wasync/src/main/java/org/atmosphere/wasync/transport/TransportsUtil.java index 07a16d4e..b0151db1 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/transport/TransportsUtil.java +++ b/wasync/src/main/java/org/atmosphere/wasync/transport/TransportsUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/transport/WebSocketTransport.java b/wasync/src/main/java/org/atmosphere/wasync/transport/WebSocketTransport.java index 0d850c72..821766bd 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/transport/WebSocketTransport.java +++ b/wasync/src/main/java/org/atmosphere/wasync/transport/WebSocketTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/util/FutureProxy.java b/wasync/src/main/java/org/atmosphere/wasync/util/FutureProxy.java index 14179413..592b712c 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/util/FutureProxy.java +++ b/wasync/src/main/java/org/atmosphere/wasync/util/FutureProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/util/ReaderInputStream.java b/wasync/src/main/java/org/atmosphere/wasync/util/ReaderInputStream.java index cb6477fb..ed606536 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/util/ReaderInputStream.java +++ b/wasync/src/main/java/org/atmosphere/wasync/util/ReaderInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/util/TypeResolver.java b/wasync/src/main/java/org/atmosphere/wasync/util/TypeResolver.java index df9aa969..7aafca51 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/util/TypeResolver.java +++ b/wasync/src/main/java/org/atmosphere/wasync/util/TypeResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/main/java/org/atmosphere/wasync/util/Utils.java b/wasync/src/main/java/org/atmosphere/wasync/util/Utils.java index 75dfbb52..a8022e1d 100644 --- a/wasync/src/main/java/org/atmosphere/wasync/util/Utils.java +++ b/wasync/src/main/java/org/atmosphere/wasync/util/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/test/java/org/atmosphere/tests/BaseTest.java b/wasync/src/test/java/org/atmosphere/tests/BaseTest.java index ed4fab8f..b343e149 100644 --- a/wasync/src/test/java/org/atmosphere/tests/BaseTest.java +++ b/wasync/src/test/java/org/atmosphere/tests/BaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of @@ -15,24 +15,9 @@ */ package org.atmosphere.tests; -import static org.testng.Assert.assertEquals; -import static org.testng.Assert.assertNotNull; -import static org.testng.Assert.assertNotSame; -import static org.testng.Assert.assertTrue; - -import java.io.IOException; -import java.io.Reader; -import java.io.StringReader; -import java.net.ConnectException; -import java.net.ServerSocket; -import java.util.Map; -import java.util.concurrent.CountDownLatch; -import java.util.concurrent.TimeUnit; -import java.util.concurrent.TimeoutException; -import java.util.concurrent.atomic.AtomicBoolean; -import java.util.concurrent.atomic.AtomicInteger; -import java.util.concurrent.atomic.AtomicReference; - +import com.ning.http.client.AsyncHttpClient; +import com.ning.http.client.AsyncHttpClientConfig; +import com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig; import org.atmosphere.client.TrackMessageSizeInterceptor; import org.atmosphere.cpr.AtmosphereHandler; import org.atmosphere.cpr.AtmosphereResource; @@ -57,9 +42,23 @@ import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; -import com.ning.http.client.AsyncHttpClient; -import com.ning.http.client.AsyncHttpClientConfig; -import com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig; +import java.io.IOException; +import java.io.Reader; +import java.io.StringReader; +import java.net.ConnectException; +import java.net.ServerSocket; +import java.util.Map; +import java.util.concurrent.CountDownLatch; +import java.util.concurrent.TimeUnit; +import java.util.concurrent.TimeoutException; +import java.util.concurrent.atomic.AtomicBoolean; +import java.util.concurrent.atomic.AtomicInteger; +import java.util.concurrent.atomic.AtomicReference; + +import static org.testng.Assert.assertEquals; +import static org.testng.Assert.assertNotNull; +import static org.testng.Assert.assertNotSame; +import static org.testng.Assert.assertTrue; public abstract class BaseTest { public final static String RESUME = "Resume"; @@ -76,7 +75,7 @@ public int findFreePort() throws IOException { try { socket = new ServerSocket(0); - return socket.getLocalPort(); + return 8080; } finally { if (socket != null) { socket.close(); diff --git a/wasync/src/test/java/org/atmosphere/tests/LongPollingTest.java b/wasync/src/test/java/org/atmosphere/tests/LongPollingTest.java index ac047b2b..2da172f5 100644 --- a/wasync/src/test/java/org/atmosphere/tests/LongPollingTest.java +++ b/wasync/src/test/java/org/atmosphere/tests/LongPollingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/test/java/org/atmosphere/tests/SSETest.java b/wasync/src/test/java/org/atmosphere/tests/SSETest.java index b275ae8e..36c133cb 100644 --- a/wasync/src/test/java/org/atmosphere/tests/SSETest.java +++ b/wasync/src/test/java/org/atmosphere/tests/SSETest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/test/java/org/atmosphere/tests/StreamingTest.java b/wasync/src/test/java/org/atmosphere/tests/StreamingTest.java index a6b8c4ff..b1c9d6b9 100644 --- a/wasync/src/test/java/org/atmosphere/tests/StreamingTest.java +++ b/wasync/src/test/java/org/atmosphere/tests/StreamingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/test/java/org/atmosphere/tests/TypedTest.java b/wasync/src/test/java/org/atmosphere/tests/TypedTest.java index 3f016528..75e7baba 100644 --- a/wasync/src/test/java/org/atmosphere/tests/TypedTest.java +++ b/wasync/src/test/java/org/atmosphere/tests/TypedTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/test/java/org/atmosphere/tests/WebSocketsTest.java b/wasync/src/test/java/org/atmosphere/tests/WebSocketsTest.java index 9a47976d..2c49048f 100644 --- a/wasync/src/test/java/org/atmosphere/tests/WebSocketsTest.java +++ b/wasync/src/test/java/org/atmosphere/tests/WebSocketsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/wasync/src/test/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoderTest.java b/wasync/src/test/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoderTest.java index b0d12709..dd0228cb 100644 --- a/wasync/src/test/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoderTest.java +++ b/wasync/src/test/java/org/atmosphere/wasync/decoder/TrackMessageSizeDecoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 Async-IO.org + * Copyright 2017 Async-IO.org * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of