aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java
AgeCommit message (Expand)Author
2017-11-01api: try reconnect ws componentGravatar Vitaly Takmazov
2017-10-30xmpp: bot refactoringGravatar Vitaly Takmazov
2017-10-19Replaced the ArrayList by the LinkedList to avoid overhead array copying when the list is increased.Gravatar Anatoliy Sablin
2017-10-18ws: httpclient -> RestTemplateGravatar Vitaly Takmazov
2017-08-21ws: cleanup components initializationGravatar Vitaly Takmazov
2017-07-20Update copyrights in all java sourcesGravatar Vitaly Takmazov
2017-04-27juick-ws: treat visitors with wrong hash as anonymousGravatar Vitaly Takmazov
2017-03-02juick-server: protocol cleanupGravatar Vitaly Takmazov
2017-02-03cleanupGravatar Vitaly Takmazov
2017-02-01clean up some warningsGravatar Vitaly Takmazov
2017-01-17juick-server: messagePosted protocol eventGravatar Vitaly Takmazov
2017-01-17juick-ws: add protocol listenerGravatar Vitaly Takmazov
2017-01-17drop juick-console, add protocol handler to juick-wsGravatar Vitaly Takmazov
2017-01-12juick-ws: ping websocket clientsGravatar Vitaly Takmazov
2016-12-20StringUtils.EMPTYGravatar Vitaly Takmazov
2016-12-16CharEncoding.UTF_8Gravatar Vitaly Takmazov
2016-12-12juick-ws: NumberUtilsGravatar Vitaly Takmazov
2016-11-30prevent string concatenation for disabled loggersGravatar Alexander Alexeev
2016-11-30juick-ws: update to data servicesGravatar Vitaly Takmazov
2016-11-30juick-ws: more loggingGravatar Vitaly Takmazov
2016-11-15core classes are now serializeable with JAXB (to use as babbler extension)Gravatar Vitaly Takmazov
2016-11-13server core moduleGravatar Alexander Alexeev
2016-11-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-11ws: fix injection and reply quoteGravatar Vitaly Takmazov
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-09components: remove @Component annotation to prevent double initializationGravatar Vitaly Takmazov
2016-07-19juick-ws: name of property should match the bean to inject the same instanceGravatar Vitaly Takmazov
2016-07-19juick-ws: WebsocketComponent is singletonGravatar Vitaly Takmazov
2016-07-07reorganize project, part 3Gravatar Vitaly Takmazov